rpId property

String rpId

Implementation

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

Implementation

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