menu
karee package
documentation
internationalization.dart
BooleanStateExtension
not property
not property
dark_mode
light_mode
not
property
bool
get
not
Returns the opposite of the current boolean value.
Implementation
bool get not => !this;
karee package
documentation
internationalization
BooleanStateExtension
not property
BooleanStateExtension extension on
bool