menu
gmana package
documentation
either/either.dart
Either<L, R>
getRight abstract method
getRight abstract method
dark_mode
light_mode
getRight
abstract method
R
getRight
(
)
Returns the
Right
value if this is a
Right
, otherwise throws.
Implementation
R getRight();
gmana package
documentation
either/either
Either<L, R>
getRight abstract method
Either class