Value constructor
Value({})
Implementation
Value({
this.nullValue,
this.numberValue,
this.stringValue,
this.boolValue,
this.structValue,
this.listValue,
}) : super(fullyQualifiedName);
Value({
this.nullValue,
this.numberValue,
this.stringValue,
this.boolValue,
this.structValue,
this.listValue,
}) : super(fullyQualifiedName);