TermsOfService constructor

TermsOfService({
  1. bool? external_,
  2. String? fileUri,
  3. String? kind,
  4. String? name,
  5. String? regionCode,
})

Implementation

TermsOfService({
  this.external_,
  this.fileUri,
  this.kind,
  this.name,
  this.regionCode,
});