methods\utils\generate_random_polls library

Classes

GenerateRandomPollsOptions
Class to hold options for generating a random poll list.

Functions

generateRandomPolls(GenerateRandomPollsOptions options) List<Poll>
Generates a list of random polls for testing.

Typedefs

GenerateRandomPollsType = List<Poll> Function(GenerateRandomPollsOptions options)