hints property

dynamic get hints

Implementation

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

Implementation

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