dataTime property

DateTime get dataTime

Returns the last modified DateTime of the file.

Implementation

DateTime get dataTime => statSync().modified;