dataPrefix property

dynamic dataPrefix

Implementation

dynamic get dataPrefix => js_util.getProperty(this, 'dataPrefix');
void dataPrefix=(dynamic newValue)

Implementation

set dataPrefix(dynamic newValue) {
  js_util.setProperty(this, 'dataPrefix', newValue);
}