menu
api_flow package
documentation
Src/Config/either_pattern.dart
Either<L, R>
left property
left property
dark_mode
light_mode
left
property
L
get
left
Gets the Left value. Throws if it's Right.
Implementation
L get left;
api_flow package
documentation
Src/Config/either_pattern
Either<L, R>
left property
Either class