GlobalErrorEvent constructor

GlobalErrorEvent({
  1. required GlobalEvenTypes type,
  2. dynamic data,
})

Implementation

GlobalErrorEvent({required this.type, this.data});