filesPath property

List<String> filesPath

Implementation

List<String> get filesPath => value.filesPath;
void filesPath=(List<String> newFilesPath)

Implementation

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