HookEventMetadata constructor

const HookEventMetadata({
  1. required String summary,
  2. required String description,
  3. MatcherMetadata? matcherMetadata,
})

Implementation

const HookEventMetadata({
  required this.summary,
  required this.description,
  this.matcherMetadata,
});