first commit
This commit is contained in:
6
lib/core/constant_variables/const_enums.dart
Normal file
6
lib/core/constant_variables/const_enums.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
///___________Party_Payment_type
|
||||
enum PartyOpeningBalanceType {
|
||||
due,
|
||||
advance,
|
||||
}
|
||||
4
lib/core/constant_variables/local_data_saving_keys.dart
Normal file
4
lib/core/constant_variables/local_data_saving_keys.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
class LocalDataBaseSavingKey {
|
||||
static String skipOnBodingKey = 'skip_on_boding';
|
||||
static String tokenKey = 'token';
|
||||
}
|
||||
Reference in New Issue
Block a user