allowCreation property

bool? allowCreation
getter/setter pair

Whether the processor type allows creation.

If yes, user can create a processor of this processor type. Otherwise, user needs to require for whitelisting.

Implementation

core.bool? allowCreation;