jsonAnnotations property

List<JsonAnnotation> jsonAnnotations

Returns the JsonAnnotation of this constructor.

See JsonConstructor.

Implementation

List<JsonAnnotation> get jsonAnnotations =>
    annotations.whereType<JsonAnnotation>().toList();