lastModified property
num?
get
lastModified
Implementation
_i2.num? get lastModified => _i4.getProperty(
this,
'lastModified',
);
set
lastModified
(num? value)
Implementation
set lastModified(_i2.num? value) {
_i4.setProperty(
this,
'lastModified',
value ?? _i6.undefined,
);
}