copyWith property

NoteRemovedCopyWith<NoteRemoved, NoteRemoved, NoteRemoved> get copyWith

Implementation

NoteRemovedCopyWith<NoteRemoved, NoteRemoved, NoteRemoved> get copyWith =>
    _NoteRemovedCopyWithImpl<NoteRemoved, NoteRemoved>(
      this as NoteRemoved,
      $identity,
      $identity,
    );