templated property

bool templated
final

5.2. templated

The "templated" property is OPTIONAL. Its value is boolean and SHOULD be true when the Link Object's "href" property is a URI Template. Its value SHOULD be considered false if it is undefined or any other value than true.

Implementation

/// The "templated" property is OPTIONAL.

///    Its value is boolean and SHOULD be true when the Link Object's "href"
///    property is a URI Template.

///    Its value SHOULD be considered false if it is undefined or any other
///    value than true.
final bool templated;