DeviceInfo.fromJson constructor

DeviceInfo.fromJson(
  1. String source
)

Implementation

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