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