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