ShowErrorGenericEvent<T> constructor

const ShowErrorGenericEvent<T>({
  1. required String exception,
})

Implementation

const factory ShowErrorGenericEvent({required final String exception}) =
    _$ShowErrorGenericEvent<T>;