isNotNullOrTrue property
bool
get
isNotNullOrTrue
isNotNullOrTrue: Checks if the object is not null and true.
Implementation
bool get isNotNullOrTrue {
return !isNullOrTrue;
}
isNotNullOrTrue: Checks if the object is not null and true.
bool get isNotNullOrTrue {
return !isNullOrTrue;
}