VmoMatcher class

*<Null safety>*

Constructors

VmoMatcher (VmoHolder _holder)

Create a new matcher that matches against the given VmoHolder.

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

node() NodeMatcher

Retrieve the root node matcher, which can be used to match against nested properties and children.

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed. ...
inherited

resetErrors() void

Resets the recorded errors from this VmoMatcher.

toString() String

Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool

The equality operator. ...
inherited