StatisticValue constructor
StatisticValue({
- double? doubleValue,
- double? floatValue,
- String? intValue,
- StringList? stringList,
- String? stringValue,
Implementation
StatisticValue({
this.doubleValue,
this.floatValue,
this.intValue,
this.stringList,
this.stringValue,
});