r property

String r

Implementation

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

Implementation

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