menu
hawk package
documentation
hawk.dart
CustomMatcher
featureValueOf method
featureValueOf method
dark_mode
light_mode
featureValueOf
method
Object
?
featureValueOf
(
dynamic
actual
)
Override this to extract the interesting feature.
Implementation
Object? featureValueOf(dynamic actual) => actual;
hawk package
documentation
hawk
CustomMatcher
featureValueOf method
CustomMatcher class