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