List of URI template parameter keys, if the Link is templated.
List<String> get templateParameters { if (!templated) { return []; } else { return UriTemplate(href).parameters.toList(); } }