toValue method
Implementation
String toValue() {
switch (this) {
case MessageFormatValue.json:
return 'json';
case MessageFormatValue.jsonUnformatted:
return 'json-unformatted';
}
}
String toValue() {
switch (this) {
case MessageFormatValue.json:
return 'json';
case MessageFormatValue.jsonUnformatted:
return 'json-unformatted';
}
}