paths property
List<PathWrapper<Path> >
get
paths
Map for all path entity. 所有包含资源的路径里列表
Using Map in order to save the thumbnail data for the first asset under the path. 使用 Map 来保存路径下第一个资源的缩略图数据
Implementation
List<PathWrapper<Path>> get paths => _paths;