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