TestEventPatternResponse constructor

TestEventPatternResponse({
  1. bool? result,
})

Implementation

TestEventPatternResponse({
  this.result,
});