RequestDeviceList.fromJson constructor

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

Implementation

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