Right<L, R> class

Inheritance

Constructors

const

Properties

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

Methods

fold<T>(T ifLeft(L l), T ifRight(R r)) → T
override
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