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