initializeSelectionModel method

  1. @protected
void initializeSelectionModel()

Implementation

@protected
void initializeSelectionModel() {
  if (initialized) return;
  initialized = true;
  //assert(_select.selection == null,
  //    'Cannot set [selection] when using a Dropdown control value accessor.');
  _select.selection = selectionModel;
}