5 lines
185 B
Dart
5 lines
185 B
Dart
class Constant {
|
|
static const acceptHeaderDefault = 'application/json';
|
|
static const contentTypeHeaderDefault = 'application/json';
|
|
static const pdfMimeType = 'application/pdf';
|
|
} |