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