ImageAnnotationContext.fromJson constructor

ImageAnnotationContext.fromJson(
  1. Map json_
)

Implementation

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