SvgFile constructor

SvgFile(
  1. String pathTo
)

Implementation

SvgFile(this.pathTo) {
  pageNo = extractPageNo(pathTo);
  lastModified;
}