CfiPath constructor

CfiPath({
  1. required String type,
  2. required CfiStep? path,
  3. required CfiLocalPath? localPath,
})

Implementation

CfiPath({required this.type, required this.path, required this.localPath});