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