ContactingPermission constructor

ContactingPermission({
  1. required bool termsAndConditions,
  2. required bool privacyOverview,
  3. required bool email,
  4. required bool sms,
  5. required bool line,
  6. required bool facebookMessenger,
  7. required bool webPush,
})

Implementation

ContactingPermission({
  required this.termsAndConditions,
  required this.privacyOverview,
  required this.email,
  required this.sms,
  required this.line,
  required this.facebookMessenger,
  required this.webPush,
});