copyWith method
Implementation
AcceptTermsOfService copyWith({
String? termsOfServiceId,
}) => AcceptTermsOfService(
termsOfServiceId: termsOfServiceId ?? this.termsOfServiceId,
);
AcceptTermsOfService copyWith({
String? termsOfServiceId,
}) => AcceptTermsOfService(
termsOfServiceId: termsOfServiceId ?? this.termsOfServiceId,
);