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