isReadyToRun property

bool isReadyToRun

True if the script has been compiled or pre-compiled via a pub get.

Implementation

bool get isReadyToRun => _isCompiled || project.isReadyToRun;