Template constructor

Template(
  1. String? location,
  2. String? issue
)

Implementation

Template(this.location, this.issue);