ncHidden property

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

Implementation

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