accessKey property

String accessKey

Implementation

_i2.String get accessKey => _i4.getProperty(
      this,
      'accessKey',
    );
void accessKey=(String value)

Implementation

set accessKey(_i2.String value) {
  _i4.setProperty(
    this,
    'accessKey',
    value,
  );
}