mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix & opt.
- fix: db type err - opt.: server detail page `customCmd` card
This commit is contained in:
@@ -33,4 +33,4 @@ extension StringX on String {
|
||||
|
||||
extension StringXX on String? {
|
||||
String? get selfIfNotNullEmpty => this?.isEmpty == true ? null : this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user