locked property

bool? locked
getter/setter pair

Indicates whether the flow is locked for changes.

If the flow is locked, modifications to the flow will be rejected.

Implementation

core.bool? locked;