values constant

Implementation

static const $core.List<TripDescriptor_ScheduleRelationship> values =
    <TripDescriptor_ScheduleRelationship>[
  SCHEDULED,
  ADDED,
  UNSCHEDULED,
  CANCELED,
  REPLACEMENT,
  DUPLICATED,
];