menu
either_dart package
documentation
either.dart
Left<L, R>
Left const constructor
Left const constructor
dark_mode
light_mode
Left<
L
,
R
>
constructor
const
Left<
L
,
R
>
(
L
value
)
Implementation
const Left(this.value);
either_dart package
documentation
either
Left<L, R>
Left const constructor
Left class