methods\utils\generate_random_request_list library

Classes

GenerateRandomRequestListOptions
Class to hold options for generating a random request list.

Functions

generateRandomRequestList(GenerateRandomRequestListOptions options) List<Request>
Generates a list of random requests for participants, excluding the host and co-host.

Typedefs

GenerateRandomRequestListType = List<Request> Function(GenerateRandomRequestListOptions options)