Init core module

This commit is contained in:
dab246
2021-07-27 12:50:45 +07:00
committed by Dat H. Pham
parent e26927790b
commit 5b0a8f6fb2
30 changed files with 1029 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
class Constant {
static const userId = '_id';
static const firstName = 'firstname';
static const lastName = 'lastname';
static const acceptHeaderDefault = 'application/json';
static const contentTypeHeaderDefault = 'application/json';
}