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