toValue method
Implementation
String toValue() {
switch (this) {
case AppInstanceDataType.channel:
return 'Channel';
case AppInstanceDataType.channelMessage:
return 'ChannelMessage';
}
}
String toValue() {
switch (this) {
case AppInstanceDataType.channel:
return 'Channel';
case AppInstanceDataType.channelMessage:
return 'ChannelMessage';
}
}