artifactType top-level constant

Map<dynamic, String> const artifactType

Implementation

const Map<dynamic, String> artifactType = {
  '1': 'flower',
  '2': 'feather',
  '3': 'hourglass',
  '4': 'goblet',
  '5': 'crown',
};