menu
convenience_types package
documentation
types/either.dart
Either<L, R>
isLeft property
isLeft property
dark_mode
light_mode
isLeft
property
bool
get
isLeft
True if this is
Left
.
Implementation
bool get isLeft => this is Left;
convenience_types package
documentation
types/either
Either<L, R>
isLeft property
Either class