priority property

  1. @override
int priority
override

What order this matcher should run. This is important because the first matcher that finds a result "wins".

Implementation

@override
int get priority => defaultMatcherPriority;