isNull property
bool
get
isNull
Whether this constant represents null.
Implementation
bool get isNull => this is ConstNull;
Whether this constant represents null.
bool get isNull => this is ConstNull;