rawId property

String rawId

Implementation

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

Implementation

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