adminEnabled property

bool? adminEnabled
getter/setter pair

Indicates whether the wires in the wire group are enabled.

When false, the wires in the wire group are disabled. When true and when there is simultaneously no wire-specific override of adminEnabled to false, a given wire is enabled. Defaults to true.

Implementation

core.bool? adminEnabled;