stringUri property
String
get
stringUri
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
String get stringUri;