constants property

dynamic get constants

Implementation

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

Implementation

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