menu
fpdart package
documentation
fpdart.dart
Right<L, R>
isRight method
isRight method
dark_mode
light_mode
isRight
method
@
override
bool
isRight
(
)
override
Return
true
when this
Either
is
Right
.
Implementation
@override bool isRight() => true;
fpdart package
documentation
fpdart
Right<L, R>
isRight method
Right class