isNotNullOrZero property
bool
get
isNotNullOrZero
isNotNullOrZero: Checks if the object is not null and zero.
Implementation
bool get isNotNullOrZero {
return !isNullOrZero;
}
isNotNullOrZero: Checks if the object is not null and zero.
bool get isNotNullOrZero {
return !isNullOrZero;
}