menu
fpdart package
documentation
fpdart
Option<T>
toIOOption method
toIOOption method
brightness_4
brightness_5
toIOOption
method
IOOption
<
T
>
toIOOption
(
)
Convert this
Option
to a
IOOption
.
Implementation
IOOption<T> toIOOption() => IOOption(() => this);
fpdart package
documentation
fpdart
Option<T>
toIOOption method
Option class