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