isLiveChatEnabled property

bool get isLiveChatEnabled

Implementation

bool get isLiveChatEnabled => _isLiveChatEnabled;
set isLiveChatEnabled (bool isEnabled)

Implementation

set isLiveChatEnabled(bool isEnabled) => _isLiveChatEnabled = isEnabled;