StrictMatchers class

StrictMatchers is an interface for various strict Matcher types.

Constructors

StrictMatchers()
const

Properties

boolean → BooleanMatcher
boolean matches any pure bool value.
final
decimal → DecimalMatcher
decimal matches any pure double value.
final
hashCode int
The hash code for this object.
no setterinherited
integer → IntegerMatcher
integer matches any pure int value.
final
number → NumberMatcher
number matches any pure int or double value.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited