SepPath constructor

const SepPath(
  1. String? name,
  2. PathType type
)

Implementation

const SepPath(this.name, this.type);