menu
github_flutter
github.dart
CreateMilestone
CreateMilestone.new constructor
CreateMilestone.new
dark_mode
light_mode
CreateMilestone
constructor
CreateMilestone
(
String
?
title
, {
String
?
state
,
String
?
description
,
DateTime
?
dueOn
,
})
Implementation
CreateMilestone(this.title, {this.state, this.description, this.dueOn});
github_flutter
github
CreateMilestone
CreateMilestone.new constructor
CreateMilestone class