MonoEventData constructor
      
      MonoEventData({})
     
    
    
Implementation
MonoEventData(
    {this.reference,
    this.pageName,
    this.prevAuthMethod,
    this.authMethod,
    this.mfaType,
    this.selectedAccountsCount,
    this.errorType,
    this.errorMessage,
    this.institution,
    required this.timestamp});