class AppKeys { static const String openAppDrawer = 'Open navigation menu'; static const String dashboardScreen = 'DashboardScreen'; static const String successfullyCreated = 'Successfully created'; } class AppTooltips { static const String save = 'Save'; static const String back = 'Back'; } class LoginKeys { static const String email = 'loginEmail'; static const String password = 'loginPassword'; static const String url = 'loginUrl'; static const String loginSelfHost = 'loginSelfHost'; static const String secret = 'loginSecret'; static const String oneTimePassword = 'loginOneTimePassword'; static const String loginButton = 'login'; } class ProductKeys { static const String screen = 'ProductScreen'; static const String drawer = 'productDrawer'; static const String fab = 'productFab'; static const String productKey = 'productKey'; static const String notes = 'productNotes'; static const String cost = 'productCost'; static const String filter = 'productFilter'; }