rawValue property

String rawValue

Implementation

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

Implementation

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