MetadataValue constructor
MetadataValue({})
Implementation
MetadataValue({
this.intValue,
this.floatValue,
this.strValue,
this.datetimeValue,
this.boolValue,
this.listValue,
}) : super(fullyQualifiedName);