filePath property

String? filePath
getter/setter pair

文件资源的路径。本地资源路径或网络资源的 URL,不能传入 null 或 ""。Android 可通过 Uri 方式进行传参。

Implementation

String? filePath;