DeviceList.fromJson constructor

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

Implementation

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