RegisterAssociatedInternalProperties method

  1. @override
void RegisterAssociatedInternalProperties(
  1. List<PropertyDefinition> properties
)
override
Registers associated properties. The list in which to add the associated properties.

Implementation

@override
void RegisterAssociatedInternalProperties(
    List<PropertyDefinition> properties) {
  super.RegisterAssociatedInternalProperties(properties);

  properties.add(AppointmentSchema.MeetingTimeZone);
}