instance property

GetCache instance

Implementation

static GetCache get instance {
  if (_instance == null)
    throw "call GetCache.initialize() to initialize GetCache first";
  return _instance!;
}