menu
angel3_validate package
documentation
server.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;
angel3_validate package
documentation
server
CustomMatcher
featureValueOf method
CustomMatcher class