copyWith property

NoteChangedCopyWith<NoteChanged, NoteChanged, NoteChanged> copyWith

Implementation

NoteChangedCopyWith<NoteChanged, NoteChanged, NoteChanged> get copyWith =>
    _NoteChangedCopyWithImpl(this as NoteChanged, $identity, $identity);