McfDataRowsConversionPathValue.fromJson constructor
- Map _json
Implementation
McfDataRowsConversionPathValue.fromJson(core.Map _json) {
if (_json.containsKey("interactionType")) {
interactionType = _json["interactionType"];
}
if (_json.containsKey("nodeValue")) {
nodeValue = _json["nodeValue"];
}
}