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