changed property

  1. @override
DateTime get changed
override

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

@override
DateTime get changed => fileStat.changed;