desktop property

List<String> desktop
getter/setter pair

Implementation

static List<String> desktop = [
  windows,
  macos,
  linux,
];