names constant

List<String> const names

Implementation

static const List<String> names = [
  'none',
  'list',
  'read',
  'write',
  'config',
  'never',
];