isNull property
bool
get
isNull
isNull: Checks if the object is null.
Implementation
bool get isNull {
return this == null;
}
isNull: Checks if the object is null.
bool get isNull {
return this == null;
}