getValue abstract method

dynamic getValue(
  1. T widget
)

return the current value given a widget widget the widget

Implementation

dynamic getValue(T widget);