Object constructor

Object({
  1. BoundingBox? boundingBox,
  2. Dimensions? dimensions,
  3. int? fileSize,
  4. double? score,
  5. String? status,
})

Implementation

Object(
    {this.boundingBox,
    this.dimensions,
    this.fileSize,
    this.score,
    this.status});