context property Null safety

  1. @JsonKey(name: 'context')
ImageAnnotationContext? context
final

If present, contextual information is needed to understand where this image comes from.

Implementation

@JsonKey(name: 'context')
final ImageAnnotationContext? context;