RandomGenerator class

Inheritance
Mixed in types

Constructors

RandomGenerator(String rawExpression, {RandomDelegate? randomDelegate, bool onGenerateLength = false})

Properties

additionalLetters String?
getter/setter pair
availableCharacters String?
getter/setter pair
expressions List<RandomExpression>
The group's expressions
finalinherited
hashCode int
The hash code for this object.
no setterinherited
onGenerateLengthForEach bool
If the range is used as the length, the generator randomly determines the lengths in these intervals when it is built.
no setteroverride
options List<Option>
Expression options
no setterinherited
rawExpression String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

description() Map<String, dynamic>
Expression built description as Json
override
generateString() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
option<T extends Option>() → T?
option by type. If option not exists returns null
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited