RandomExtensions extension

on

Properties

uuidV4 String

Available on Random, provided by the RandomExtensions extension

no setter

Methods

fromSet<T>(Set<T> set) → T

Available on Random, provided by the RandomExtensions extension

integer({int? from, int? to}) int

Available on Random, provided by the RandomExtensions extension

lowerCaseEnglishLetter({int? count}) String

Available on Random, provided by the RandomExtensions extension

printableAscii({int? count}) String

Available on Random, provided by the RandomExtensions extension

subsetOf<T>(Iterable<T> values) Set<T>

Available on Random, provided by the RandomExtensions extension

Returns a set that can contain some or all of the values, i.e. returns not a "proper subset", according to set theory.
upperCaseEnglishLetter({int? count}) String

Available on Random, provided by the RandomExtensions extension