rid property

String rid

Implementation

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

Implementation

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