matcher package
documentation
matcher
CustomMatcher
featureValueOf method
featureValueOf
matcher package
documentation
matcher
CustomMatcher
featureValueOf method
CustomMatcher class
Constructors
CustomMatcher
Properties
hashCode
runtimeType
Methods
describe
describeMismatch
featureValueOf
matches
noSuchMethod
toString
Operators
operator ==
featureValueOf
method
Object
featureValueOf
(
dynamic
actual
)
Override this to extract the interesting feature.
Implementation
Object featureValueOf(actual) => actual;