internalLinkTypeEditProfileSettings property
The link is a link to the edit profile section of the app settings
Implementation
InternalLinkTypeEditProfileSettings? get internalLinkTypeEditProfileSettings {
if (this is InternalLinkTypeEditProfileSettings) {
return this as InternalLinkTypeEditProfileSettings;
}
return null;
}