Note constructor

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

Implementation

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