ncReminderDueDate property

  1. @XmlElement(name: 'reminder-due-date', namespace: namespaceNextcloud, includeIfNull: true, isSelfClosing: true)
List<String?>? ncReminderDueDate
final

Implementation

@annotation.XmlElement(
  name: 'reminder-due-date',
  namespace: namespaceNextcloud,
  includeIfNull: true,
  isSelfClosing: true,
)
final List<String?>? ncReminderDueDate;