MergeInput.path constructor
MergeInput.path(
- String path
Creates a MergeInput from a file path.
Implementation
factory MergeInput.path(String path) = PathMergeInput;
Creates a MergeInput from a file path.
factory MergeInput.path(String path) = PathMergeInput;