NoteInput constructor

NoteInput({
  1. required String note,
})

Implementation

NoteInput({required this.note}) : super();