PreviewEditingValue.fromValue constructor

PreviewEditingValue.fromValue(
  1. PreviewEditingValue copy
)

Implementation

PreviewEditingValue.fromValue(PreviewEditingValue copy)
    : this.currentImage = copy.currentImage,
      this.filesPath = copy.filesPath;