dataPrefix property

dynamic get dataPrefix

Implementation

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

Implementation

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