Map<String, dynamic> toJson() { return { 'id': this.id.toString(), 'clause': this.clause.toJson(), }; }