MemberMediumContainerListLoaded constructor

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

Implementation

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