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