stringValues constant
Implementation
static const Map<AcknowledgeStatus, String> stringValues = {
AcknowledgeStatus.ok: 'OK',
AcknowledgeStatus.pending: 'PENDING',
AcknowledgeStatus.fail: 'FAIL'
};
static const Map<AcknowledgeStatus, String> stringValues = {
AcknowledgeStatus.ok: 'OK',
AcknowledgeStatus.pending: 'PENDING',
AcknowledgeStatus.fail: 'FAIL'
};