Comment.fromRawJson constructor

Comment.fromRawJson(
  1. String str
)

Implementation

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