ShowErrorGenericOneEvent<T> constructor

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

Implementation

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