mapResult method
Implementation
List<T> mapResult(List<T> original, MutationResult result, bool returning) {
// Delegate to the new method with empty inputMaps for backward compatibility
return mapResultWithInputs(original, const [], result, returning);
}