values property

List<McuMgrLogCategory> get values

Implementation

static List<McuMgrLogCategory> get values => [
      transport,
      config,
      crash,
      defaultLevel,
      fs,
      image,
      log,
      runTest,
      stats,
      dfu
    ];