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