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