MergeInput.path constructor

MergeInput.path(
  1. String path
)

Creates a MergeInput from a file path.

Implementation

factory MergeInput.path(String path) =>
    MergeInput(MergeInputType.path, path: path);