UpdateTermsOfService constructor

UpdateTermsOfService({
  1. String? extra,
  2. int? client_id,
  3. string? terms_of_service_id,
  4. TermsOfService? terms_of_service,
})

Implementation

UpdateTermsOfService({
  super.extra,
  super.client_id,
  this.terms_of_service_id,
  this.terms_of_service,
});