lastModified property
int
get
lastModified
Implementation
int get lastModified => js_util.getProperty(this, 'lastModified');
set
lastModified
(int newValue)
Implementation
set lastModified(int newValue) {
js_util.setProperty(this, 'lastModified', newValue);
}