description property
String?
get
description
A description of the appointment.
Implementation
String? get description => descriptionField.getValue(json);
A description of the appointment.
String? get description => descriptionField.getValue(json);