isChatBotEnabled property
bool
get
isChatBotEnabled
Implementation
bool get isChatBotEnabled => _isChatBotEnabled;
set
isChatBotEnabled
(bool isEnabled)
Implementation
set isChatBotEnabled(bool isEnabled) => _isChatBotEnabled = isEnabled;