SystemPowerStatus class

Constructors

SystemPowerStatus.new({required ACLineStatus acLineStatus, required BatteryFlag batteryFlag, required int batteryLifePercent, required SystemStatusFlag systemStatusFlag, required Duration? batteryLifeTime, required Duration? batteryFullLifeTime})

Properties

acLineStatus ACLineStatus
final
batteryFlag BatteryFlag
final
batteryFullLifeTime Duration?
final
batteryLifePercent int
final
batteryLifeTime Duration?
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemStatusFlag SystemStatusFlag
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant SystemPowerStatus other) bool
The equality operator.
override