discharging property

BatteryState get discharging

from: static public final com.example.battery_ffi.BatteryState discharging The returned object must be released after use, by calling the release method.

Implementation

static BatteryState get discharging =>
    _id_discharging.get(_class, const $BatteryState$Type$());