uri property

String? uri
final

The URI this entry navigates to, or null if the entry is not a URI action.

Non-null only for bookmarks with a PDFACTION_URI action. pageIndex is always null when uri is non-null.

Implementation

final String? uri;