CfiCsv constructor

CfiCsv({
  1. required String type,
  2. required String? preAssertion,
  3. required String? postAssertion,
})

Implementation

CfiCsv({
  required this.type,
  required this.preAssertion,
  required this.postAssertion,
});