Path.empty constructor

Path.empty()

Creates an empty Path instance.

Implementation

factory Path.empty() => Path(items: const []);