isCommunityEnabled property
bool
get
isCommunityEnabled
Implementation
bool get isCommunityEnabled => _isCommunityEnabled;
set
isCommunityEnabled
(bool isEnabled)
Implementation
set isCommunityEnabled(bool isEnabled) => _isCommunityEnabled = isEnabled;