DEF_VALUE constant

Map<String, dynamic> const DEF_VALUE

Implementation

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