menu
pixiv_dart_api package
documentation
model/comment.dart
Comment
Comment constructor
Comment constructor
dark_mode
light_mode
Comment
constructor
Comment
(
int
id
,
String
comment
,
String
date
,
User
user
,
bool
hasReplies
,
Stamp
?
stamp
,
)
Implementation
Comment(this.id, this.comment, this.date, this.user, this.hasReplies, this.stamp);
pixiv_dart_api package
documentation
model/comment
Comment
Comment constructor
Comment class