toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'total': total,
    'remaining': remaining,
    'reset_after': resetAfter,
    'max_concurrency': maxConcurrency,
  };
}