isNotNullOrFalse property

bool get isNotNullOrFalse

isNotNullOrFalse: Checks if the object is not null and false.

Implementation

bool get isNotNullOrFalse {
  return !isNullOrFalse;
}