DC_YES_RESPONSES constant

List<String> const DC_YES_RESPONSES

Implementation

static const List<String> DC_YES_RESPONSES = [
  'yes',
  'y',
  'sure',
  'ok',
  'yep',
  'yeah',
  'true',
  'yerp',
];