Map<String, dynamic> toJson() => { 'key': key, 'url': url, 'startRange': startRange, 'endRange': endRange, 'status': status.toString(), };