Either<L, R> class sealed

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
isLeft bool
no setter
isRight bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fold<T>({required T onLeft(L left), required T onRight(R right)}) → T
left() → L?
map<L2, R2>({L2 mapLeft(L left)?, R2 mapRight(R right)?}) Either<L2, R2>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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