isNotNull property
bool
get
isNotNull
isNotNull: Checks if the object is not null.
Implementation
bool get isNotNull {
return !isNull;
}
isNotNull: Checks if the object is not null.
bool get isNotNull {
return !isNull;
}