StreamMemberListController.fromValue constructor
StreamMemberListController.fromValue(})
Creates a StreamMemberListController from the passed value.
Implementation
StreamMemberListController.fromValue(
super.value, {
required this.channel,
this.filter,
this.sort = defaultMemberListSort,
this.limit = defaultMemberPagedLimit,
}) : _activeFilter = filter,
_activeSort = sort;