ResponseSelection constructor

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

Implementation

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