4 lines
137 B
Dart
4 lines
137 B
Dart
class Constant {
|
|
static const acceptHeaderDefault = 'application/json';
|
|
static const contentTypeHeaderDefault = 'application/json';
|
|
} |