ValueTypeMatcher constructor
Creates a TypeMatcher that matches a dictionary or document if it
contains a fixed value at a fixed path.
Implementation
const ValueTypeMatcher({this.path = const ['type'], this.value});
Creates a TypeMatcher that matches a dictionary or document if it
contains a fixed value at a fixed path.
const ValueTypeMatcher({this.path = const ['type'], this.value});