menu
fetcher package
documentation
fetcher_bloc.dart
isNullable<T> function
isNullable<T> function
dark_mode
light_mode
isNullable<
T
>
function
bool
isNullable
<
T
>(
)
Whether the specified type is nullable.
Implementation
bool isNullable<T>() => null is T;
fetcher package
documentation
fetcher_bloc
isNullable<T> function
fetcher_bloc library