PathNameBuilder<Path> typedef
PathNameBuilder<Path> =
String Function(Path path)
Build customized path name. 构建自定义路径名称。
Implementation
typedef PathNameBuilder<Path> = String Function(Path path);
Build customized path name. 构建自定义路径名称。
typedef PathNameBuilder<Path> = String Function(Path path);