Service.fromRawJson constructor
Service.fromRawJson(
- String str
Implementation
factory Service.fromRawJson(String str) => Service.fromJson(json.decode(str));
factory Service.fromRawJson(String str) => Service.fromJson(json.decode(str));