UpdateTermsOfService constructor
UpdateTermsOfService({
- String? extra,
- int? client_id,
- string? terms_of_service_id,
- TermsOfService? terms_of_service,
Implementation
UpdateTermsOfService({
super.extra,
super.client_id,
this.terms_of_service_id,
this.terms_of_service,
});