hasAnyPath property
bool
get
hasAnyPath
检查是否有任何路径被设置
Implementation
bool get hasAnyPath => cachePath != null || filesPath != null;
检查是否有任何路径被设置
bool get hasAnyPath => cachePath != null || filesPath != null;