menu
elixir package
documentation
data/model/comment.dart
Comment
Comment const constructor
Comment 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 const constructor
Comment class