Map<String, dynamic> get toJson => { 'type': 'Request', 'url': this.url.toString(), 'headers': this.headers, 'method': this.method, };