MatchDeclaration<T> constructor

const MatchDeclaration<T>({
  1. T? defaultValue,
})

Annotations to mark declarations that would be used to validate a Finder or Matcher

Implementation

const MatchDeclaration({T? defaultValue}) : _defaultValue = defaultValue;