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