isLate abstract method
Checks if this field is late.
Returns:
true
if declared withlate
modifierfalse
otherwise
Note: Late fields require null safety and support lazy initialization.
Implementation
bool isLate();
Checks if this field is late.
Returns:
true
if declared with late
modifierfalse
otherwiseNote: Late fields require null safety and support lazy initialization.
bool isLate();