dp property
String
get
dp
Implementation
String get dp => js_util.getProperty(this, 'dp');
set
dp
(String newValue)
Implementation
set dp(String newValue) {
js_util.setProperty(this, 'dp', newValue);
}