featureValueOf method

Object? featureValueOf(
  1. dynamic actual
)

Override this to extract the interesting feature.

Implementation

Object? featureValueOf(dynamic actual) => actual;