ncVersionAuthor property

  1. @XmlElement(name: 'version-author', namespace: namespaceNextcloud, includeIfNull: true, isSelfClosing: true)
List<String?>? ncVersionAuthor
final

Implementation

@annotation.XmlElement(
  name: 'version-author',
  namespace: namespaceNextcloud,
  includeIfNull: true,
  isSelfClosing: true,
)
final List<String?>? ncVersionAuthor;