Variable DrawableCache.DrawableCacheItem._drawable

class DrawableCache.DrawableCacheItem
{
  // ...
  Ref!(dcanvas.graphics.resources.Drawable) _drawable;
  // ...
}