lastModified property

int lastModified

Implementation

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

Implementation

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