Symbol constructor
      
      Symbol({ 
    
    
- BoundingPoly? boundingBox,
 - double? confidence,
 - TextProperty? property,
 - String? text,
 
Implementation
Symbol({
  this.boundingBox,
  this.confidence,
  this.property,
  this.text,
});