DeviceInfo.fromJson constructor
DeviceInfo.fromJson(
- String str
Implementation
factory DeviceInfo.fromJson(String str) => DeviceInfo.fromMap(json.decode(str));
factory DeviceInfo.fromJson(String str) => DeviceInfo.fromMap(json.decode(str));