MmEnvironmentConfigSupportSettings constructor

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

Returns a new MmEnvironmentConfigSupportSettings instance.

Implementation

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