CfiRange constructor

CfiRange({
  1. required String type,
  2. required CfiStep? path,
  3. required CfiLocalPath? localPath,
  4. required CfiLocalPath? range1,
  5. required CfiLocalPath? range2,
})

Implementation

CfiRange({
  required this.type,
  required this.path,
  required this.localPath,
  required this.range1,
  required this.range2,
});