defaultSwap constant

Map<String, String> const defaultSwap

Implementation

static const defaultSwap = {
  'with-': 'without-',
  'enable-': 'disable-',
};