menu
todo_as_issue package
documentation
parser/issue.dart
Issue
Issue constructor
Issue constructor
dark_mode
light_mode
Issue
constructor
Issue
(
{
required
bool
wasPosted
,
required
String
title
,
required
String
body
,
required
List
<
String
>
labels
,
})
Implementation
Issue({ required this.wasPosted, required this.title, required this.body, required this.labels, });
todo_as_issue package
documentation
parser/issue
Issue
Issue constructor
Issue class