Added null safety

This commit is contained in:
2025-08-05 14:47:44 +02:00
parent 91a21d1491
commit 68d4841b2d
6 changed files with 20 additions and 1 deletions

View File

@@ -62,6 +62,9 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get license_details => 'Lizenzdetails';
@override
String get no_license_text => 'Keine Lizenz verfügbar';
@override
String get imprint => 'Impressum';