ResponseSelection constructor
ResponseSelection({})
Implementation
ResponseSelection({
required this.jsonPath,
required this.xPath,
required this.responseMatch,
required this.invert,
required this.matchType,
});