偏斜
class Todo {
bool complete;
String id;
String note;
String task;
Todo(this.task,
{this.complete = false,
this.note = '',
String id})
: this.id = id ?? Uuid().generateV4();
冒号是什么意思?
忽略以下内容:如此愚蠢地需要其他详细信息,否则它将不会接受我的问题!!!