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