isOnline property

bool get isOnline

Return user's online status, if available,

Implementation

bool get isOnline {
  return _isOnline;
}