MonoEventData constructor

MonoEventData({
  1. String? reference,
  2. String? pageName,
  3. String? prevAuthMethod,
  4. String? authMethod,
  5. String? mfaType,
  6. int? selectedAccountsCount,
  7. String? errorType,
  8. String? errorMessage,
  9. Map<String, dynamic>? institution,
  10. required int timestamp,
})

Implementation

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