uri property Null safety
final
The URI of the file in which the code is located.
This URI will usually have the scheme dart
, file
, http
, or https
.
Implementation
@override
final Uri uri = Uri(path: 'unparsed');
The URI of the file in which the code is located.
This URI will usually have the scheme dart
, file
, http
, or https
.
@override
final Uri uri = Uri(path: 'unparsed');