isFullyCharged property
bool
get
isFullyCharged
Whether the battery is fully charged.
Implementation
bool get isFullyCharged => chargingStatus == 'full';
Whether the battery is fully charged.
bool get isFullyCharged => chargingStatus == 'full';