menu
aves_support package
documentation
common/type.dart
isNullableType<T> function
isNullableType<T> function
dark_mode
light_mode
isNullableType<
T
>
function
bool
isNullableType
<
T
>(
)
Implementation
bool isNullableType<T>() => null is T;
aves_support package
documentation
common/type
isNullableType<T> function
type library