CustomDeviceInfoData.fromJson constructor

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

Implementation

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