menu
Dart
dart:js_util
not<
T
> function
not
dark_mode
light_mode
description
not<
T
>
function
T
not
<
T
>(
Object
?
o
)
Perform JavaScript logical not (
!
) on the given object.
Implementation
external T not<T>(Object? o);
Dart
dart:js_util
not<
T
> function
dart:js_util library