isNotChatDisabled property

bool get isNotChatDisabled

Returns negated true or false from chatDisabled.

Implementation

bool get isNotChatDisabled => !isChatDisabled;