class StorageKey { //Data-Type static const String boolType = "BOOL"; static const String doubleType = "DOUBLE"; static const String integerType = "INTEGER"; static const String stringType = "STRING"; static const String listOfStringType = "LIST-OF-STRING"; //AUTHENTICATIONS }