uid property

String uid
inherited

Retrieves the UID identifying this calendar component

Implementation

String get uid => this[TextProperty.propertyNameUid]!.textValue;
void uid=(String value)
inherited

Sets the UID identifying this calendar component

Implementation

set uid(String value) =>
    setProperty(TextProperty.create(TextProperty.propertyNameUid, value)!);