toMap method

JsonMap toMap()

Implementation

JsonMap toMap() => {
      'level': level,
      'is_charging': isCharging,
    };