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