MemberDashboardListUpdated constructor

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

Implementation

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