Predictions constructor

Predictions({
  1. double? probability,
  2. String? tagId,
  3. String? tagName,
  4. double? left,
  5. double? top,
  6. double? width,
  7. double? height,
})

Implementation

Predictions(
    {this.probability,
    this.tagId,
    this.tagName,
    this.left,
    this.top,
    this.width,
    this.height});