isCharging property

  1. @TagNumber.new(11)
bool get isCharging

Implementation

@$pb.TagNumber(11)
$core.bool get isCharging => $_getBF(10);
  1. @TagNumber.new(11)
set isCharging (bool value)

Implementation

@$pb.TagNumber(11)
set isCharging($core.bool value) => $_setBool(10, value);