VideoWithCommentsList.fromJson constructor Null safety
- String source
Implementation
factory VideoWithCommentsList.fromJson(String source) => VideoWithCommentsList.fromMap(json.decode(source));
factory VideoWithCommentsList.fromJson(String source) => VideoWithCommentsList.fromMap(json.decode(source));