PropertyMatcher class

*<Null safety>*

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

Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool

The equality operator. ...
inherited