fromPath static method

FcFilePickerPath fromPath(
  1. String name,
  2. String path
)

Implementation

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