get method

Implementation

IconParkProps? get(IconParkThemeType type) {
  return paletteMap[type];
}