DataElement.fromString constructor
Constructs a DataElement with type and valueString encoded as UTF-8.
Implementation
DataElement.fromString(this.type, String valueString) {
value = utf8.encode(valueString);
}
Constructs a DataElement with type and valueString encoded as UTF-8.
DataElement.fromString(this.type, String valueString) {
value = utf8.encode(valueString);
}