EmailContentMatchResult constructor
Returns a new EmailContentMatchResult instance.
Implementation
EmailContentMatchResult({
required this.pattern,
this.matches = const [],
});
Returns a new EmailContentMatchResult instance.
EmailContentMatchResult({
required this.pattern,
this.matches = const [],
});