Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'errors'] = this.errors; return json; }