UpdateTermsOfService constructor
UpdateTermsOfService({
- required String termsOfServiceId,
- TermsOfService? termsOfService,
Implementation
UpdateTermsOfService({required this.termsOfServiceId, this.termsOfService});