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