Template constructor

Template({
  1. String? name,
  2. String? version,
})

Implementation

Template({
  this.name,
  this.version,
});