InternalLinkTypeActiveSessions constructor
      const
      InternalLinkTypeActiveSessions({ 
    
- dynamic extra,
- int? clientId,
The link is a link to the active sessions section of the app. Use getActiveSessions to handle the link
Implementation
const InternalLinkTypeActiveSessions({
  this.extra,
  this.clientId,
});