template property

String? get template
override

Implementation

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

Implementation

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