TypedValue constructor
      
      TypedValue({ 
    
    
- bool? boolValue,
- Distribution? distributionValue,
- double? doubleValue,
- String? int64Value,
- String? stringValue,
Implementation
TypedValue({
  this.boolValue,
  this.distributionValue,
  this.doubleValue,
  this.int64Value,
  this.stringValue,
});