menu
tiptool package
documentation
tt.dart
isNull function
isNull function
dark_mode
light_mode
isNull
function
bool
isNull
(
Object
?
node
)
Implementation
bool isNull(Object? node) { return node == null; }
tiptool package
documentation
tt
isNull function
tt library