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