Init core module
This commit is contained in:
@@ -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';
|
||||
}
|
||||
Reference in New Issue
Block a user