isGuarded property
Whether this is a guarded assignment.
Guarded assignments only happen if the variable is undefined or null.
Implementation
final bool isGuarded;
Whether this is a guarded assignment.
Guarded assignments only happen if the variable is undefined or null.
final bool isGuarded;