Flutter
matcher
CustomMatcher
featureValueOf method
featureValueOf
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;