allowedExecFieldCodes constant

List<String> const allowedExecFieldCodes

Implementation

static const List<String> allowedExecFieldCodes = [
  'f',
  'F',
  'u',
  'U',
  'i',
  'c',
  'k'
];