menu
aws_chime_api package
documentation
chime-2018-05-01.dart
BotTypeValueExtension
toValue method
toValue method
dark_mode
light_mode
toValue
method
String
toValue
(
)
Implementation
String toValue() { switch (this) { case BotType.chatBot: return 'ChatBot'; } }
aws_chime_api package
documentation
chime-2018-05-01
BotTypeValueExtension
toValue method
BotTypeValueExtension extension on
BotType