ListLoaded<T> constructor
const
ListLoaded<T> ({
- required List<
T> items,
Implementation
const ListLoaded({required this.items});
const ListLoaded({required this.items});