ocCommentsCount property
- @XmlElement(name: 'comments-count', namespace: namespaceOwncloud, includeIfNull: true, isSelfClosing: true)
final
Implementation
@annotation.XmlElement(
name: 'comments-count',
namespace: namespaceOwncloud,
includeIfNull: true,
isSelfClosing: true,
)
final List<String?>? ocCommentsCount;