GroupList constructor

const GroupList({
  1. String? cursor,
  2. required List<Group> groups,
})

Implementation

const factory GroupList({
  String? cursor,
  required List<Group> groups,
}) = _GroupList;