templateId property

String? get templateId
override

Implementation

String? get templateId => _$this._templateId;
set templateId (covariant String? templateId)
covariantoverride

Implementation

set templateId(covariant String? templateId) => _$this._templateId = templateId;