values property

Map<ItemType, String> values
final

Implementation

final Map<ItemType, String> values = {
  for (final type in ItemType.values) type: ""
};