isNull property
bool
get
isNull
isNull function to show if this object
is null or not
Implementation
bool get isNull{
return this == null;
}
isNull function to show if this object
is null or not
bool get isNull{
return this == null;
}