pinned property
True if the function is pinned. Pinned means the function is long-lived and starts when the core starts.
Implementation
final bool? pinned;
True if the function is pinned. Pinned means the function is long-lived and starts when the core starts.
final bool? pinned;