accessKey property

String accessKey

Implementation

String get accessKey => js_util.getProperty(this, 'accessKey');
void accessKey=(String newValue)

Implementation

set accessKey(String newValue) {
  js_util.setProperty(this, 'accessKey', newValue);
}