ocChecksums property

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

Implementation

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