BlockingDashboardListUpdated constructor

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

Implementation

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