chat property

Chat chat

Implementation

Chat get chat =>
    _chat == null ? throw Exception(_moduleUnavailableMessage) : _chat!;