copyWith method
Implementation
FormsFieldItemState<T> copyWith({List<T>? itemList}) =>
FormsFieldItemState(itemList: itemList ?? this.itemList);
FormsFieldItemState<T> copyWith({List<T>? itemList}) =>
FormsFieldItemState(itemList: itemList ?? this.itemList);