Map<String, dynamic> toJson() { return { 'keyPiece': keyPiece.toJson(), 'value': value, 'types': [...types], }; }