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