DeviceInfo.fromJson constructor

DeviceInfo.fromJson(
  1. String str
)

Implementation

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