isNotNullOrTrue property

bool get isNotNullOrTrue

isNotNullOrTrue: Checks if the object is not null and true.

Implementation

bool get isNotNullOrTrue {
  return !isNullOrTrue;
}