defaultHotPathUsesRuntimeOnly property

bool get defaultHotPathUsesRuntimeOnly

True when no descriptor can enter a non-runtime execution path.

Implementation

bool get defaultHotPathUsesRuntimeOnly {
  return dartHandlers == 0 && platformHandlers == 0 && externalHandlers == 0;
}