NoteCompanion constructor
const
NoteCompanion({})
Implementation
const NoteCompanion({
this.id = const Value.absent(),
this.title = const Value.absent(),
this.content = const Value.absent(),
this.createDateTime = const Value.absent(),
this.colorCode = const Value.absent(),
});