pathsList property

Map<Path, Uint8List?> pathsList

Map for all path entity. 所有包含资源的路径里列表

Using Map in order to save the thumbnail data for the first asset under the path. 使用 Map 来保存路径下第一个资源的缩略图数据

Implementation

Map<Path, Uint8List?> get pathsList => _pathsList;