changed property - FileStat class - dart:io library (original) (raw)

description

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;