Device.fromJsonString constructor
Device.fromJsonString(
- String jsonStr
Implementation
factory Device.fromJsonString(String jsonStr) =>
Device.fromJsonMap(jsonDecode(jsonStr) as Map<String, dynamic>);