datasetRowTimestampForTesting function

  1. @visibleForTesting
DateTime datasetRowTimestampForTesting(
  1. Map<String, Object?> row
)

Implementation

@visibleForTesting
DateTime datasetRowTimestampForTesting(Map<String, Object?> row) {
  return _rowTimestamp(row);
}