menu
feedback_github package
documentation
feedback_github.dart
GistComment
GistComment.new constructor
GistComment.new constructor
dark_mode
light_mode
GistComment
constructor
GistComment
(
{
int
?
id
,
User
?
user
,
DateTime
?
createdAt
,
DateTime
?
updatedAt
,
String
?
body
,
})
Implementation
GistComment({ this.id, this.user, this.createdAt, this.updatedAt, this.body, });
feedback_github package
documentation
feedback_github
GistComment
GistComment.new constructor
GistComment class