mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-17 06:12:31 -06:00
fix: Add custom fields, translations, add app logs to login routes
This commit is contained in:
7
lib/core/util/lambda_utils.dart
Normal file
7
lib/core/util/lambda_utils.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
bool isNotNull<T>(T element) {
|
||||
return element != null;
|
||||
}
|
||||
|
||||
bool isNull<T>(T element) {
|
||||
return element == null;
|
||||
}
|
||||
Reference in New Issue
Block a user