r property

String get r

Implementation

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

Implementation

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