values constant
Implementation
static const $core.List<Trade_DisputeState> values = <Trade_DisputeState> [
PB_ERROR_DISPUTE_STATE,
NO_DISPUTE,
DISPUTE_REQUESTED,
DISPUTE_OPENED,
ARBITRATOR_SENT_DISPUTE_CLOSED_MSG,
ARBITRATOR_SEND_FAILED_DISPUTE_CLOSED_MSG,
ARBITRATOR_STORED_IN_MAILBOX_DISPUTE_CLOSED_MSG,
ARBITRATOR_SAW_ARRIVED_DISPUTE_CLOSED_MSG,
DISPUTE_CLOSED,
MEDIATION_REQUESTED,
MEDIATION_STARTED_BY_PEER,
MEDIATION_CLOSED,
REFUND_REQUESTED,
REFUND_REQUEST_STARTED_BY_PEER,
REFUND_REQUEST_CLOSED,
];