PrivacyPolicy constructor

PrivacyPolicy({
  1. String? header,
  2. String? module,
  3. bool? active,
  4. List<Content>? contents,
})

Implementation

PrivacyPolicy({
  this.header,
  this.module,
  this.active,
  this.contents,
});