davGetlastmodified property
- @XmlElement(name: 'getlastmodified', namespace: namespaceDav, includeIfNull: false)
- @HttpDateXMLConverter()
final
Implementation
@annotation.XmlElement(
name: 'getlastmodified',
namespace: namespaceDav,
includeIfNull: false,
)
@HttpDateXMLConverter()
final tz.TZDateTime? davGetlastmodified;