menu
sunny_dart package
documentation
helpers/lists.dart
notNull<T> function
notNull<T> function
dark_mode
light_mode
notNull<
T
>
function
Predicate
<
T?
>
notNull
<
T
>(
)
Implementation
Predicate<T?> notNull<T>() { return (T? x) => x != null; }
sunny_dart package
documentation
helpers/lists
notNull<T> function
lists library