List<String> get filesPath => value.filesPath;
set filesPath(List<String> newFilesPath) { value = value.copyWith( currentImage: this.currentImage, filesPath: newFilesPath); }