isValid property

bool get isValid

Is this session valid?

Implementation

bool get isValid => inboundGroupSession != null;