ListLoaded<T> constructor

const ListLoaded<T>({
  1. required List<T> items,
})

Implementation

const ListLoaded({required this.items});