SYSTEM_BATTERY_STATE class base struct

Contains information about the current state of the system battery.

Inheritance

Constructors

SYSTEM_BATTERY_STATE()

Properties

AcOnLine int
getter/setter pair
BatteryPresent int
getter/setter pair
Charging int
getter/setter pair
DefaultAlert1 int
getter/setter pair
DefaultAlert2 int
getter/setter pair
Discharging int
getter/setter pair
EstimatedTime int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
MaxCapacity int
getter/setter pair
Rate int
getter/setter pair
RemainingCapacity int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Spare1 Array<Uint8>
getter/setter pair
Tag int
getter/setter pair

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited