InternalLinkTypePrivacyAndSecuritySettings constructor

const InternalLinkTypePrivacyAndSecuritySettings({
  1. dynamic extra,
  2. int? clientId,
})

The link is a link to the privacy and security section of the app settings

Implementation

const InternalLinkTypePrivacyAndSecuritySettings({
  this.extra,
  this.clientId,
});