get package
documentation
rx_types
RxnBoolExt
isFalse property
isFalse
isFalse
property
Null safety
bool
?
isFalse
Implementation
bool? get isFalse { if (value != null) return !isTrue!; }
get package
documentation
rx_types
RxnBoolExt
isFalse property
RxnBoolExt extension
Properties
isFalse
isTrue
Methods
toggle
Operators
operator &
operator ^
operator |