accessed property - FileStat class - dart:io library (original) (raw)
DateTime accessed
final
The time of the last access to the data of the file system object.
On Windows platforms, this may have 1 day granularity, and be out of date by an hour.
Implementation
final DateTime accessed;