EpicUpdateBean constructor
EpicUpdateBean({
- String? name,
- String? summary,
- EpicUpdateBeanColor? color,
- bool? done,
Implementation
EpicUpdateBean({this.name, this.summary, this.color, bool? done})
: done = done ?? false;