jsonAnnotations property
List<JsonAnnotation>
get
jsonAnnotations
Returns the JsonAnnotation of this constructor.
See JsonConstructor.
Implementation
List<JsonAnnotation> get jsonAnnotations =>
annotations.whereType<JsonAnnotation>().toList();