unknown constant

PowerState const unknown

Default state when power info is unavailable.

Implementation

static const PowerState unknown = PowerState(
  batteryLevel: 50,
  isCharging: false,
  chargingType: ChargingType.none,
);