String? get template => _$this._template;
set template(covariant String? template) => _$this._template = template;