jsonConstructorAnnotations property

List<JsonConstructor> jsonConstructorAnnotations

Returns the JsonConstructor of this field.

Implementation

List<JsonConstructor> get jsonConstructorAnnotations =>
    jsonAnnotations.whereType<JsonConstructor>().toList();