MermaidSvgCache.memory constructor

MermaidSvgCache.memory({
  1. int maxEntries = 128,
})

Implementation

MermaidSvgCache.memory({this.maxEntries = 128}) : assert(maxEntries > 0);