copyWith method
Implementation
ExtRequest copyWith({Object? value = _acpCopyWithAbsent}) => ExtRequest(
identical(value, _acpCopyWithAbsent) ? this.value : value as Object?,
);
ExtRequest copyWith({Object? value = _acpCopyWithAbsent}) => ExtRequest(
identical(value, _acpCopyWithAbsent) ? this.value : value as Object?,
);