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