r property

dynamic r

Implementation

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

Implementation

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