modificationStamp property
int
get
modificationStamp
override
Return the last-modified stamp of the file.
Throws a FileSystemException
if the file does not exist.
Implementation
@override
int get modificationStamp => file.statSync().modified.millisecondsSinceEpoch;