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