templatePath property

String? get templatePath
override

Implementation

String? get templatePath => _$this._templatePath;
set templatePath (covariant String? templatePath)
covariantoverride

Implementation

set templatePath(covariant String? templatePath) => _$this._templatePath = templatePath;