Flutter
quiver.testing.equality
MatchError
MatchError constructor
MatchError
MatchError class
Constructors
MatchError
Properties
message
hashCode
runtimeType
stackTrace
Methods
toString
noSuchMethod
Operators
operator ==
MatchError constructor
MatchError
(
[
dynamic
message
])
The
message
describes the match error.
Implementation
MatchError([this.message]);