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