GenericEvent<T>.showLoaded constructor

const GenericEvent<T>.showLoaded({
  1. required List<T> data,
})

Implementation

const factory GenericEvent.showLoaded({
  required List<T> data,
}) = LoadedGenericEvent<T>;