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