isLate property

bool isLate

Return true if this variable uses late evaluation semantics.

This will always return false unless the experiment 'non-nullable' is enabled.

Implementation

bool get isLate;