hints property

dynamic hints

Implementation

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

Implementation

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