HookEventMetadata constructor
const
HookEventMetadata({
- required String summary,
- required String description,
- MatcherMetadata? matcherMetadata,
Implementation
const HookEventMetadata({
required this.summary,
required this.description,
this.matcherMetadata,
});