context property Null safety
- @JsonKey(name: 'context')
final
If present, contextual information is needed to understand where this image comes from.
Implementation
@JsonKey(name: 'context')
final ImageAnnotationContext? context;
If present, contextual information is needed to understand where this image comes from.
@JsonKey(name: 'context')
final ImageAnnotationContext? context;