menu
effect_dart package
documentation
effect_dart.dart
Either<L, R>
isLeft property
isLeft property
dark_mode
light_mode
isLeft
property
bool
get
isLeft
Returns true if this is a Left
Implementation
bool get isLeft => this is Left<L, R>;
effect_dart package
documentation
effect_dart
Either<L, R>
isLeft property
Either class