VALUES_TO_NAMES property

Map<int, String> VALUES_TO_NAMES
final

Implementation

static final Map<int, String> VALUES_TO_NAMES = {
  RUNNING: 'RUNNING',
  KILLING: 'KILLING'
};