Canvas constructor
Canvas({
- BoundingBox? boundingBox,
- Dimensions? dimensions,
- int? fileSize,
- String? modelUsed,
- double? score,
- String? status,
Implementation
Canvas(
{this.boundingBox,
this.dimensions,
this.fileSize,
this.modelUsed,
this.score,
this.status});