class BoxName { static const String driverID = "driverID"; static const String lang = "lang"; static const String passwoerd = "passwoerd"; static const String agreeTerms = "agreeTerms"; static const String pasengerID = "pasengerID"; static const String phone = "phone"; static const String name = "name"; static const String email = "email"; static const String tokens = "tokens"; static const String tokenFCM = "tokenFCM"; static const String cardNumber = "cardNumber"; static const String cardHolderName = "cardHolderName"; static const String expiryDate = "expiryDate"; static const String cvvCode = "cvvCode"; }