copyWith method

AuthorizationStateWaitRegistration copyWith({
  1. TermsOfService? termsOfService,
})

Implementation

AuthorizationStateWaitRegistration copyWith({
  TermsOfService? termsOfService,
}) => AuthorizationStateWaitRegistration(
  termsOfService: termsOfService ?? this.termsOfService,
);