mergeDatasetAndLiveRowForTesting function

  1. @visibleForTesting
Map<String, Object?> mergeDatasetAndLiveRowForTesting({
  1. required Map<String, Object?> datasetRow,
  2. required Map<String, Object?> liveRow,
})

Implementation

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