jsonConstructorAnnotations property
List<JsonConstructor>
get
jsonConstructorAnnotations
Returns the JsonConstructor of this field.
Implementation
List<JsonConstructor> get jsonConstructorAnnotations =>
jsonAnnotations.whereType<JsonConstructor>().toList();