menu
feggy_network package
documentation
imports_bindings.dart
Option<T>
toNullable abstract method
toNullable abstract method
dark_mode
light_mode
toNullable
abstract method
T?
toNullable
(
)
Return value of type
T
when this
Option
is a
Some
,
null
otherwise.
Implementation
T? toNullable();
feggy_network package
documentation
imports_bindings
Option<T>
toNullable abstract method
Option class