mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
@@ -53,7 +53,7 @@ extension StringExt on String {
|
||||
String get http2https => replaceFirst(RegExp("^http://"), "https://");
|
||||
}
|
||||
|
||||
extension boolExt on bool {
|
||||
extension BoolExt on bool {
|
||||
bool get not => !this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user