TermsOfService constructor

TermsOfService({
  1. String? extra,
  2. int? client_id,
  3. FormattedText? text,
  4. int32? min_user_age,
  5. Bool? show_popup,
})

Implementation

TermsOfService({
  super.extra,
  super.client_id,
  this.text,
  this.min_user_age,
  this.show_popup,
});