menu
elixir package
documentation
data/model/review_comment.dart
ReviewComment
ReviewComment.fromJson factory constructor
ReviewComment.fromJson factory constructor
dark_mode
light_mode
ReviewComment.fromJson
constructor
ReviewComment.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ReviewComment.fromJson(Map<String, dynamic> json) => _$ReviewCommentFromJson(json);
elixir package
documentation
data/model/review_comment
ReviewComment
ReviewComment.fromJson factory constructor
ReviewComment class