ImageAnnotationContext.fromJson constructor
ImageAnnotationContext.fromJson(
- Map json_
Implementation
ImageAnnotationContext.fromJson(core.Map json_)
: this(
pageNumber: json_['pageNumber'] as core.int?,
uri: json_['uri'] as core.String?,
);