isOffline property
bool
get
isOffline
Returns true if this device is off-line.
Implementation
static bool get isOffline => !isOnline;
Returns true if this device is off-line.
static bool get isOffline => !isOnline;