templateName method

String templateName(
  1. String templateId
)
inherited

Returns the template name for the given templateId.

Implementation

String templateName(String templateId) =>
    _templateUri.templateName(templateId);