isOnline property

bool isOnline

Returns if user is online

Implementation

bool get isOnline => this != UserStatus.offline;