setModel method

void setModel(
  1. M model
)

Implementation

void setModel(M model) {
  this._model = model;
}