calendarURwe property

List<VCardCalendarURI> get calendarURwe

A list of all children of type "CalendarURI".

Implementation

List<document_wrapper.VCardCalendarURI> get calendarURwe => document
    .childrenByDocumentType("CalendarURI")
    .map((child) => document_wrapper.VCardCalendarURI(child))
    .toList();