BlockingListUpdated constructor

const BlockingListUpdated({
  1. List<BlockingModel?>? value,
  2. bool? mightHaveMore,
})

Implementation

const BlockingListUpdated({this.value, this.mightHaveMore});