isCascaded property Null safety
Return true
if this expression is cascaded.
If it is, then the target of this expression is not stored locally but is stored in the nearest ancestor that is a CascadeExpression.
Implementation
bool get isCascaded;
Return true
if this expression is cascaded.
If it is, then the target of this expression is not stored locally but is stored in the nearest ancestor that is a CascadeExpression.
bool get isCascaded;