issueTrackerLink property

String issueTrackerLink
final

The link to the issue tracker for this DevTools extension.

This value should be defined by the extension's config.yaml file.

This should not point to the flutter/devtools or flutter/flutter issue trackers, but rather to the issue tracker for the package that provides the extension, or to the repo where the extension is developed.

Implementation

final String issueTrackerLink;