HashCachedImageGlobalParameter constructor

HashCachedImageGlobalParameter()

Factory constructor to return the same instance of the singleton

Implementation

factory HashCachedImageGlobalParameter() {
  return _singleton;
}