AcceptTermsOfService constructor

AcceptTermsOfService({
  1. String? extra,
  2. int? client_id,
  3. string? terms_of_service_id,
})

Implementation

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