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