Device.fromJson constructor
Device.fromJson(
- String str
Implementation
factory Device.fromJson(String str) => Device.fromMap(json.decode(str));
factory Device.fromJson(String str) => Device.fromMap(json.decode(str));