copyWithNullCurrent method

ImageComparisonState copyWithNullCurrent()

Implementation

ImageComparisonState copyWithNullCurrent() {
  return ImageComparisonState(history: history);
}