GroupUserList constructor

const GroupUserList({
  1. String? cursor,
  2. required List<GroupUser> groupUsers,
})

Implementation

const factory GroupUserList({
  String? cursor,
  required List<GroupUser> groupUsers,
}) = _GroupUserList;