Converts to JSON.
Map<String, dynamic> toJson() => { 'name': name, 'limit': limit, 'remaining': remaining, 'reset_seconds': resetSeconds, };