Skip to content
Dart API
Search
K
Main Navigation
Guide
API Reference
GitHub
This Project
Dart SDK
Appearance
Menu
Return to top
On this page
dart:js_util
›
Functions
›
not<T> function
not<T>
T
not<T>
(
Object
?
o
)
Perform JavaScript logical not (
!
) on the given object.