Comment.fromJson constructor Null safety

Comment.fromJson(
  1. String source
)

Implementation

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