charging property

BatteryState get charging

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

Implementation

static BatteryState get charging =>
    _id_charging.get(_class, const $BatteryState$Type$());