isLate property

bool isLate

Whether the variable uses late evaluation semantics.

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

Implementation

bool get isLate;