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