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