menu
func_dart_core
either
Left
<
A
,
B
>
Left constructor
Left
brightness_4
brightness_5
Left<
A
,
B
>
constructor
Left<
A
,
B
>
(
A
value
)
Constructs a
Left
instance that holds the provided
value
.
Implementation
Left(this.value);
func_dart_core
either
Left
<
A
,
B
>
Left constructor
Left class
Constructors
Left
Properties
hashCode
runtimeType
value
Methods
noSuchMethod
toString
Operators
operator ==