TermsAndConditions constructor

TermsAndConditions({
  1. UserFacingMessage? content,
  2. UserFacingMessage? header,
})

Implementation

TermsAndConditions({
  this.content,
  this.header,
});