getImageForType method

Image? getImageForType(
  1. IdImageType imageType
)

Implementation

Image? getImageForType(IdImageType imageType) {
  return _imagesForTypes.getImageForType(imageType);
}