menu
feggy_network package
documentation
imports_bindings.dart
Either<L, R>
getLeft abstract method
getLeft abstract method
dark_mode
light_mode
getLeft
abstract method
Option
<
L
>
getLeft
(
)
Extract the value from
Left
in a
Option
.
If the
Either
is
Right
, return
None
.
Implementation
Option<L> getLeft();
feggy_network package
documentation
imports_bindings
Either<L, R>
getLeft abstract method
Either class