isDefinitelyNull property
bool
get
isDefinitelyNull
Whether this state definitely represents null.
Implementation
bool get isDefinitelyNull => state == Nullability.definitelyNull;
Whether this state definitely represents null.
bool get isDefinitelyNull => state == Nullability.definitelyNull;