List of URI template parameter keys, if the Link is templated.
List<String> get templateParameters => (templated) ? UriTemplate(href).parameters.toList() : [];