GenericOneEvent<T>.showError constructor

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

Implementation

const factory GenericOneEvent.showError({
  required String exception,
}) = ShowErrorGenericOneEvent<T>;