menu
tiptool package
documentation
tt.dart
isMap function
isMap function
dark_mode
light_mode
isMap
function
bool
isMap
(
Object
?
node
)
Implementation
bool isMap(Object? node) { return !(node == null || node is! Map || node is! MapBase); }
tiptool package
documentation
tt
isMap function
tt library