InternalLinkTypeEditProfileSettings constructor
const
InternalLinkTypeEditProfileSettings({
- dynamic extra,
- int? clientId,
The link is a link to the edit profile section of the app settings
Implementation
const InternalLinkTypeEditProfileSettings({
this.extra,
this.clientId,
});