ImageAnnotationContext.fromJson constructor

ImageAnnotationContext.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ImageAnnotationContext.fromJson(Map<String, dynamic> json) =>
    _$ImageAnnotationContextFromJson(json);