Map<String, dynamic> toJson() { return { 'key': key.toJson(), 'primaryKey': primaryKey.toJson(), 'value': value.toJson(), }; }