DeviceDataV2.fromJson constructor

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

Implementation

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