Template constructor

Template(
  1. String className,
  2. Config config
)

Implementation

Template(
  this.className,
  this.config,
);