menu
github_flutter
github.dart
GistComment
GistComment.new constructor
GistComment.new
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});
github_flutter
github
GistComment
GistComment.new constructor
GistComment class