CharacterGroup class

[<cl><cl>] character class group. No sorting is done within the group.

[a #] lower case letters or numbers

Inheritance
Mixed in types

Constructors

CharacterGroup(String expression, bool onGenerateLengthForEach)

Properties

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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

description() Map<String, dynamic>
Expression built description as Json
override
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