menu
fpdart package
documentation
fpdart.dart
Left<L, R>
Left.new const constructor
Left.new const constructor
dark_mode
light_mode
Left<
L
,
R
>
constructor
const
Left<
L
,
R
>
(
L
_value
)
Implementation
const Left(this._value);
fpdart package
documentation
fpdart
Left<L, R>
Left.new const constructor
Left class