McfDataRowsConversionPathValue constructor

McfDataRowsConversionPathValue({
  1. String? interactionType,
  2. String? nodeValue,
})

Implementation

McfDataRowsConversionPathValue({
  this.interactionType,
  this.nodeValue,
});