menu
fast_http package
documentation
core/API/request_method.dart
Either<L, R>
toOption method
toOption method
dark_mode
light_mode
toOption
method
Option
<
R
>
toOption
(
)
Implementation
Option<R> toOption() => fold((_) => none(), some);
fast_http package
documentation
core/API/request_method
Either<L, R>
toOption method
Either class