getValue method

dynamic getValue()

Implementation

dynamic getValue() {
  return controller?.getFieldValue(name: widget.name);
}