AgreementTermsOfService constructor

AgreementTermsOfService({
  1. String? content,
})

Returns a new AgreementTermsOfService instance.

Implementation

AgreementTermsOfService({
  this.content,
});