This commit is contained in:
lollipopkit
2023-08-30 13:44:19 +08:00
parent 1cdcff120d
commit 685faa0627
3 changed files with 16 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
typedef GhId = String;
extension GhIdX on GhId {
String get url => 'https://github.com/$this ';
String get url => 'https://github.com/$this';
}