MmConfigSupportSettings constructor

MmConfigSupportSettings({
  1. String? termsOfServiceLink,
  2. String? privacyPolicyLink,
  3. String? aboutLink,
  4. String? helpLink,
  5. String? reportAProblemLink,
  6. String? supportEmail,
})

Returns a new MmConfigSupportSettings instance.

Implementation

MmConfigSupportSettings({
  this.termsOfServiceLink,
  this.privacyPolicyLink,
  this.aboutLink,
  this.helpLink,
  this.reportAProblemLink,
  this.supportEmail,
});