menu
api_flow package
documentation
Src/Config/either_pattern.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);
api_flow package
documentation
Src/Config/either_pattern
Left<L, R>
Left.new const constructor
Left class