isNotNull property
bool
get
isNotNull
Returns true if the value of this
is not null.
Implementation
bool get isNotNull => !isNull;
Returns true if the value of this
is not null.
bool get isNotNull => !isNull;