DeviceStatusInfo.fromJson constructor

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

Implementation

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