ImageAnnotationContext constructor

ImageAnnotationContext({
  1. int? pageNumber,
  2. String? uri,
})

Implementation

ImageAnnotationContext({
  this.pageNumber,
  this.uri,
});