SvgParser constructor

SvgParser({
  1. String elementNamePrefix = '',
})

Implementation

SvgParser({
  this.elementNamePrefix = '',
});