VideoWithComments.fromJson constructor Null safety

VideoWithComments.fromJson(
  1. String source
)

Implementation

factory VideoWithComments.fromJson(String source) =>
    VideoWithComments.fromMap(json.decode(source));