fromPath static method
Implementation
static FcFilePickerPath fromPath(String name, String path) {
return FcFilePickerPath._(name, path, null);
}
static FcFilePickerPath fromPath(String name, String path) {
return FcFilePickerPath._(name, path, null);
}