dp property

String dp

Implementation

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

Implementation

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