FeatureValue constructor
FeatureValue({
- bool? boolValue,
- double? doubleValue,
- int? int64Value,
- String? stringValue,
- BoolArray? boolArrayValue,
- DoubleArray? doubleArrayValue,
- Int64Array? int64ArrayValue,
- StringArray? stringArrayValue,
- Uint8List? bytesValue,
- StructValue? structValue,
- FeatureValue_Metadata? metadata,
Implementation
FeatureValue({
this.boolValue,
this.doubleValue,
this.int64Value,
this.stringValue,
this.boolArrayValue,
this.doubleArrayValue,
this.int64ArrayValue,
this.stringArrayValue,
this.bytesValue,
this.structValue,
this.metadata,
}) : super(fullyQualifiedName);