BlockingDashboardListLoaded constructor

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

Implementation

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