residentKey property

String residentKey

Implementation

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

Implementation

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