collection property

  1. @XmlElement(name: 'collection', namespace: namespaceDav, isSelfClosing: true, includeIfNull: true)
List<String?>? collection
final

Implementation

@annotation.XmlElement(name: 'collection', namespace: namespaceDav, isSelfClosing: true, includeIfNull: true)
final List<String?>? collection;