onSelectorFunc method

dynamic onSelectorFunc(
  1. Object o
)

Implementation

dynamic onSelectorFunc(Object o) => selector?.call(o as T);