pinned property

bool? pinned
final

True if the function is pinned. Pinned means the function is long-lived and starts when the core starts.

Implementation

final bool? pinned;