featureValueOf method
- dynamic actual
Override this to extract the interesting feature.
Implementation
Object? featureValueOf(dynamic actual) => actual;
Override this to extract the interesting feature.
Object? featureValueOf(dynamic actual) => actual;