toValue method
Implementation
String toValue() {
switch (this) {
case ChannelMessageType.standard:
return 'STANDARD';
case ChannelMessageType.control:
return 'CONTROL';
}
}
String toValue() {
switch (this) {
case ChannelMessageType.standard:
return 'STANDARD';
case ChannelMessageType.control:
return 'CONTROL';
}
}