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