mergeDatasetAndLiveRowForTesting function
Implementation
@visibleForTesting
Map<String, Object?> mergeDatasetAndLiveRowForTesting({required Map<String, Object?> datasetRow, required Map<String, Object?> liveRow}) {
return _mergeDatasetAndLiveRow(datasetRow: datasetRow, liveRow: liveRow);
}