hasRequiredCore property

bool get hasRequiredCore

True when the mandatory runtime core is loaded.

Implementation

bool get hasRequiredCore =>
    platformStatus.isSupportedPlatform &&
    platformStatus.runtimeAvailable &&
    diskCache;