DeviceInformation.fromJson constructor
DeviceInformation.fromJson(
- String source
Implementation
factory DeviceInformation.fromJson(String source) =>
DeviceInformation._fromMap(json.decode(source));