Left<L, R> class
final
Constructors
- Left(L value)
-
const
Properties
Methods
-
fold<
T> ({required T onLeft(L left), required T onRight(R right)}) → T -
override
-
left(
) → L? -
override
-
map<
L2, R2> ({L2 mapLeft(L left)?, R2 mapRight(R right)?}) → Either< L2, R2> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
right(
) → R? -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited