Note constructor
Note([
- void b()?
Creates a new Note object using the builder pattern.
Implementation
factory Note([void Function(NoteBuilder)? b]) = _$Note;
Creates a new Note object using the builder pattern.
factory Note([void Function(NoteBuilder)? b]) = _$Note;