isNotNullOrFalse property
bool
get
isNotNullOrFalse
isNotNullOrFalse: Checks if the object is not null and false.
Implementation
bool get isNotNullOrFalse {
return !isNullOrFalse;
}
isNotNullOrFalse: Checks if the object is not null and false.
bool get isNotNullOrFalse {
return !isNullOrFalse;
}