ncHasPreview property

  1. @XmlElement(name: 'has-preview', namespace: namespaceNextcloud, includeIfNull: true, isSelfClosing: true)
List<String?>? ncHasPreview
final

Implementation

@annotation.XmlElement(
  name: 'has-preview',
  namespace: namespaceNextcloud,
  includeIfNull: true,
  isSelfClosing: true,
)
final List<String?>? ncHasPreview;