PolarDeviceInfo.fromJson constructor

PolarDeviceInfo.fromJson(
  1. Map<String, dynamic> json
)

From json

Implementation

factory PolarDeviceInfo.fromJson(Map<String, dynamic> json) =>
    _$PolarDeviceInfoFromJson(json);