lastModified property
TZDateTime?
lastModified
latefinal
Last modified date of the file.
It will throw a FormatException if the date is invalid.
Implementation
late final tz.TZDateTime? lastModified = props.davGetlastmodified;