5 lines
No EOL
87 B
Dart
5 lines
No EOL
87 B
Dart
main() {
|
|
final uri = Uri.parse('/foo');
|
|
print(uri);
|
|
print(uri.resolve('/bar'));
|
|
} |