isGuarded property

bool isGuarded
final

Whether this is a guarded assignment.

Guarded assignments only happen if the variable is undefined or null.

Implementation

final bool isGuarded;