This commit is contained in:
Hamza Aleghwairyeen
2024-04-06 12:50:44 +03:00
parent 03c2289653
commit c7595de6c3
11 changed files with 149 additions and 44 deletions

View File

@@ -63,5 +63,6 @@ class BoxName {
static const String color = "color";
static const String owner = "owner";
static const String registrationDate = "registrationDate";
static const List recentLocations = [];
static const String recentLocations = 'recentLocations';
static const String tripData = 'tripData';
}