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