templateParameters property

List<String> templateParameters

List of URI template parameter keys, if the Link is templated.

Implementation

List<String> get templateParameters =>
    (templated) ? UriTemplate(href).parameters.toList() : [];