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