p property

String p

Implementation

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

Implementation

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