defaultCode constant

Map<String, String> const defaultCode

Implementation

static const defaultCode = {
  'default': '',
  'value': 'innerText',
  'click': 'click',
  'type': 'type'
};