UpdateTermsOfService constructor

UpdateTermsOfService({
  1. required String termsOfServiceId,
  2. TermsOfService? termsOfService,
})

Implementation

UpdateTermsOfService({required this.termsOfServiceId, this.termsOfService});