rawValue property

String get rawValue

Implementation

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

Implementation

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