changed property - FileStat class - dart:io library (original) (raw)
DateTime changed
final
The time of the last change to the data or metadata of the file system object.
On Windows platforms, this is instead the file creation time.
Implementation
final DateTime changed;