Note constructor

Note([
  1. void b(
    1. NoteBuilder
    )?
])

Creates a new Note object using the builder pattern.

Implementation

factory Note([void Function(NoteBuilder)? b]) = _$Note;