ranApp property

  1. @Deprecated('A mutable static property is discouraged.')
bool ranApp
getter/setter pair

Flag indicating the App has already executed.

Implementation

@Deprecated('A mutable static property is discouraged.')
// Not certain why this is here in the first place.
static bool ranApp = false;