Value constructor
Value({
- ArrayValue? arrayValue,
- bool? booleanValue,
- String? bytesValue,
- double? doubleValue,
- String? fieldReferenceValue,
- Function_? functionValue,
- LatLng? geoPointValue,
- String? integerValue,
- MapValue? mapValue,
- String? nullValue,
- Pipeline? pipelineValue,
- String? referenceValue,
- String? stringValue,
- String? timestampValue,
Implementation
Value({
this.arrayValue,
this.booleanValue,
this.bytesValue,
this.doubleValue,
this.fieldReferenceValue,
this.functionValue,
this.geoPointValue,
this.integerValue,
this.mapValue,
this.nullValue,
this.pipelineValue,
this.referenceValue,
this.stringValue,
this.timestampValue,
});