isFullyCharged property

bool get isFullyCharged

Whether the battery is fully charged.

Implementation

bool get isFullyCharged => chargingStatus == 'full';