DeviceInformation.fromJson constructor

DeviceInformation.fromJson(
  1. String source
)

Implementation

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