core.Map<core.String, core.dynamic> toJson() { final abort = this.abort; final delay = this.delay; return {'abort': ?abort, 'delay': ?delay}; }