isNotNull property
bool
get
isNotNull
Returns true if this reference is NOT null.
Implementation
bool get isNotNull => !isNull;
Returns true if this reference is NOT null.
bool get isNotNull => !isNull;