FileTileBitmapCache constructor

FileTileBitmapCache(
  1. String renderkey,
  2. bool png,
  3. int tileSize
)

Implementation

FileTileBitmapCache(this.renderkey, this.png, this.tileSize)
    : assert(!renderkey.contains("/"));