template method

TemplateService template()

Implementation

TemplateService template() {
  _templateService ??= TemplateService(serviceOptions);
  _templateService!.serviceOptions = serviceOptions;
  return _templateService!;
}