NoteChanged constructor

NoteChanged(
  1. String name,
  2. String content
)

Implementation

NoteChanged(this.name, this.content);