SYSTEM_BATTERY_STATE class base Struct
Contains information about the current state of the system battery.
- Inheritance
-
- Object
- NativeType
- Struct
- SYSTEM_BATTERY_STATE
Constructors
Properties
- AcOnLine ↔ int
-
read / write
- BatteryPresent ↔ int
-
read / write
- Charging ↔ int
-
read / write
- DefaultAlert1 ↔ int
-
read / write
- DefaultAlert2 ↔ int
-
read / write
- Discharging ↔ int
-
read / write
- EstimatedTime ↔ int
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- MaxCapacity ↔ int
-
read / write
- Rate ↔ int
-
read / write
- RemainingCapacity ↔ int
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
Spare1
↔ Array<
Uint8> -
read / write
- Tag ↔ int
-
read / write
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