DeviceV2.fromJson constructor

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

Implementation

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