menu
fast_http package
documentation
core/API/request_method.dart
Either<L, R>
isRight method
isRight method
dark_mode
light_mode
isRight
method
bool
isRight
(
)
Implementation
bool isRight() => fold((_) => false, (_) => true);
fast_http package
documentation
core/API/request_method
Either<L, R>
isRight method
Either class