accessKey property
String
get
accessKey
Implementation
String get accessKey => js_util.getProperty(this, 'accessKey');
set
accessKey
(String newValue)
Implementation
set accessKey(String newValue) {
js_util.setProperty(this, 'accessKey', newValue);
}