copyWith method
Implementation
CustomFieldUpdatedContextOptionsList copyWith(
{List<CustomFieldOptionUpdate>? options}) {
return CustomFieldUpdatedContextOptionsList(
options: options ?? this.options,
);
}
CustomFieldUpdatedContextOptionsList copyWith(
{List<CustomFieldOptionUpdate>? options}) {
return CustomFieldUpdatedContextOptionsList(
options: options ?? this.options,
);
}