IosDocumentPickerPath constructor

IosDocumentPickerPath(
  1. String url,
  2. String path,
  3. String name
)

Implementation

IosDocumentPickerPath(this.url, this.path, this.name);