copyWith abstract method

T copyWith()

Creates a copy of this input with modified fields.

Implementing classes should override this method to provide proper field copying.

Implementation

T copyWith();