copyWith property

NoteChangedCopyWith<NoteChanged, NoteChanged, NoteChanged> get copyWith

Implementation

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