isValid property Null safety

bool isValid

Whether the current chat room is valid or not

Implementation

bool get isValid => validFlag == 1;