time property

int time

Implementation

int get time => js_util.getProperty(this, 'time');
void time=(int newValue)

Implementation

set time(int newValue) {
  js_util.setProperty(this, 'time', newValue);
}