menu
xyz_gen_annotations package
documentation
xyz_gen_annotations.dart
isNullable<T> function
isNullable<T> function
dark_mode
light_mode
isNullable<
T
>
function
bool
isNullable
<
T
>(
)
Returns true if
T
is nullable.
Implementation
bool isNullable<T>() => null is T;
xyz_gen_annotations package
documentation
xyz_gen_annotations
isNullable<T> function
xyz_gen_annotations library