path property

String path
final

具体路径

eg: 文件类型AvatarPathType.file 路径形如 /data/user/0/com.xxx.xxx/cache/test.jpg 资源类型AvatarPathType.asset 路径形如 resources/test.jpg (在 pubspec.yaml 中注册的文件)

Implementation

final String path;