emptyHistoryResponse constant

Map<String, dynamic> const emptyHistoryResponse

Implementation

static const Map<String, dynamic> emptyHistoryResponse = {
  'start': 'simpleHistoryResponse', // next_batch
  'end': null, // prev_batch
  'chunk': [],
  'state': [],
};