TermsOfServiceAgreementState constructor

TermsOfServiceAgreementState({
  1. Accepted? accepted,
  2. String? name,
  3. String? regionCode,
  4. Required? required,
  5. String? termsOfServiceKind,
})

Implementation

TermsOfServiceAgreementState({
  this.accepted,
  this.name,
  this.regionCode,
  this.required,
  this.termsOfServiceKind,
});