DEF_VALUE constant Null safety
Implementation
static const Map<String, dynamic> DEF_VALUE = {
'result': 'error',
'errors': [
{'id': 'string', 'status': 0, 'title': 'string', 'detail': 'string'}
]
};
static const Map<String, dynamic> DEF_VALUE = {
'result': 'error',
'errors': [
{'id': 'string', 'status': 0, 'title': 'string', 'detail': 'string'}
]
};