ExpressionGroup mixin
- Superclass constraints
- Mixin applications
Properties
-
expressions
→ List<
RandomExpression> -
The group's expressions
final
- 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 setter
-
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
inherited
-
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