values constant

Implementation

static const $core.List<DeliveryObject_DeliveryObjectStatus> values =
    <DeliveryObject_DeliveryObjectStatus>[
  Unknown,
  Waiting,
  Found,
  Packed,
  Returned,
  Missing,
  Delivered,
  Lost,
  Canceled,
];