davGetlastmodified property
- @XmlElement(name: 'getlastmodified', namespace: namespaceDav, includeIfNull: true, isSelfClosing: true)
final
Implementation
@annotation.XmlElement(
name: 'getlastmodified',
namespace: namespaceDav,
includeIfNull: true,
isSelfClosing: true,
)
final List<String?>? davGetlastmodified;