ResponseSelection constructor

ResponseSelection({
  1. required String jsonPath,
  2. required String xPath,
  3. required String responseMatch,
  4. required bool invert,
  5. required String matchType,
})

Implementation

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