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