RandomExpression class abstract
Constructors
Properties
Methods
-
description(
) → Map< String, dynamic> - Expression built description as Json
-
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited