menu
api_flow package
documentation
Src/Config/either_pattern.dart
Either<L, R>
isLeft property
isLeft property
dark_mode
light_mode
isLeft
property
bool
get
isLeft
Returns true if the value is a Left.
Implementation
bool get isLeft;
api_flow package
documentation
Src/Config/either_pattern
Either<L, R>
isLeft property
Either class