menu
shopify_flutter package
documentation
models/src/article/comment/comment.dart
Comment
Comment.fromJson factory constructor
Comment.fromJson factory constructor
dark_mode
light_mode
Comment.fromJson
constructor
Comment.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Comment.fromJson(Map<String, dynamic> json) => _$CommentFromJson(json);
shopify_flutter package
documentation
models/src/article/comment/comment
Comment
Comment.fromJson factory constructor
Comment class