*[<Null safety>](https://dart.dev/null-safety)*
Matcher for a particular Property in the VMO.
PropertyMatchers may be valid or invalid, with the semantics of NodeMatcher.
Properties
errors → List<String>
Gets the list of errors.
read-only
hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
Methods
equals(dynamic val) void
Match that this property equals a value.
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
inherited
notEquals(dynamic val) void
Matches that this property exists but does not equal a value.
resetErrors() void
Resets the recorded errors from the parent matcher.
toString() String
A string representation of this object.
inherited
Operators
operator ==(Object other) bool
The equality operator.
inherited