BlockingListLoaded constructor

const BlockingListLoaded({
  1. bool? mightHaveMore,
  2. List<BlockingModel?>? values = const [],
})

Implementation

const BlockingListLoaded({this.mightHaveMore, this.values = const []});