bind method

void bind(
  1. _DropDownListViewState state
)

Implementation

void bind(_DropDownListViewState state) {
  _state = state;
}