constants property

dynamic constants

Implementation

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

Implementation

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