Value constructor
Value({})
Implementation
Value({
this.arrayValue,
this.booleanValue,
this.bytesValue,
this.doubleValue,
this.geoPointValue,
this.integerValue,
this.mapValue,
this.nullValue,
this.referenceValue,
this.stringValue,
this.timestampValue,
});