defaultHotPathUsesRuntimeOnly property
bool
get
defaultHotPathUsesRuntimeOnly
True when no non-runtime descriptor can enter the default hot path.
Implementation
bool get defaultHotPathUsesRuntimeOnly {
return architecture.defaultHotPathUsesRuntimeOnly;
}