defaultPath property

String? get defaultPath

获取默认路径(优先使用缓存路径)

Implementation

String? get defaultPath => cachePath ?? filesPath;