isOpen property

bool isOpen

Return the state of the chathead

bool get isOpen => true or false;

Implementation

bool get isOpen => _isOpen;