ReferenceImage constructor
ReferenceImage({
- List<
BoundingPoly> ? boundingPolys, - String? name,
- String? uri,
Implementation
ReferenceImage({
this.boundingPolys,
this.name,
this.uri,
});