featureValueOf method

  1. @override
Object? featureValueOf(
  1. covariant Element actual
)

Override this to extract the interesting feature.

Implementation

@override
featureValueOf(covariant Element actual) => actual.nodeName;