idp property

String get idp

Implementation

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

Implementation

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