isLate abstract method

bool isLate()

Checks if this field is late.

Returns:

  • true if declared with late modifier
  • false otherwise

Note: Late fields require null safety and support lazy initialization.

Implementation

bool isLate();