MemberMediumListUpdated constructor

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

Implementation

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