info property

dynamic info

Implementation

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

Implementation

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