modified property

  1. @override
DateTime get modified
override

The time of the last change to the data of the file system object.

Implementation

@override
DateTime get modified => fileStat.modified;