values property

Implementation

static List<PowerChannelStateEnumState> get values =>
    <PowerChannelStateEnumState>[
      pcsOff,
      pcsOn,
    ];