McfDataRowsConversionPathValue.fromJson constructor

McfDataRowsConversionPathValue.fromJson(
  1. Map json_
)

Implementation

McfDataRowsConversionPathValue.fromJson(core.Map json_)
    : this(
        interactionType: json_['interactionType'] as core.String?,
        nodeValue: json_['nodeValue'] as core.String?,
      );