url property

  1. @override
String? get url
override

Return a URL that can be used to access documentation for diagnostics with this code, or null if there is no published documentation.

Implementation

@override
String? get url => null;