isCustomDevice property

bool isCustomDevice

Indicate whether the current device is a custom one.

Implementation

bool get isCustomDevice {
  return deviceInfo.identifier is CustomDeviceIdentifier;
}