isOffline property

bool get isOffline

Returns true if this device is off-line.

Implementation

static bool get isOffline => !isOnline;