menu
elixir package
documentation
data/model/comment.dart
Comment
Comment.new const constructor
Comment.new const constructor
dark_mode
light_mode
Comment
constructor
const
Comment
(
{
required
String
path
,
required
int
line
,
required
String
body
,
})
Implementation
const Comment({ required this.path, required this.line, required this.body, });
elixir package
documentation
data/model/comment
Comment
Comment.new const constructor
Comment class