Value constructor
Value({})
Implementation
Value({
this.arrayValues,
this.bigIntValue,
this.bitValue,
this.blobValue,
this.doubleValue,
this.intValue,
this.isNull,
this.realValue,
this.stringValue,
this.structValue,
});