CfiPath constructor
CfiPath({
- required String type,
- required CfiStep? path,
- required CfiLocalPath? localPath,
Implementation
CfiPath({required this.type, required this.path, required this.localPath});