davGetcontentlength property

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

Implementation

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