Symbol constructor

Symbol({
  1. BoundingPoly? boundingBox,
  2. double? confidence,
  3. TextProperty? property,
  4. String? text,
})

Implementation

Symbol({this.boundingBox, this.confidence, this.property, this.text});