title property

String? title
final

5.7. title

The "title" property is OPTIONAL. Its value is a string and is intended for labelling the link with a human-readable identifier (as defined by RFC5988).

Implementation

///    The "title" property is OPTIONAL.

///    Its value is a string and is intended for labelling the link with a
///    human-readable identifier (as defined by [RFC5988]).
final String? title;