label property

String label
final

The label as plain text.

This is what GptMarkdownConfig.onLinkTap receives as its second argument. For an autolink it is the URL itself. It is not a link title — Markdown titles are not parsed yet, and when they are they arrive as a field of their own.

Implementation

final String label;