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