OuterEnumsV15 constructor

const OuterEnumsV15({
  1. required int callType,
  2. required int eventType,
  3. required int errorType,
})

Implementation

const OuterEnumsV15({required this.callType, required this.eventType, required this.errorType});