stringUri property

  1. @override
String stringUri
final

The string representation of the URI as it appears in the source code.

For example, in import 'package:example/example.dart', this would be 'package:example/example.dart'.

Implementation

@override
final String stringUri;