ReferenceImage constructor

ReferenceImage({
  1. List<BoundingPoly>? boundingPolys,
  2. String? name,
  3. String? uri,
})

Implementation

ReferenceImage({
  this.boundingPolys,
  this.name,
  this.uri,
});