load method

R load(
  1. T model
)

Implementation

R load(T model) {
  _feature.put(model.copyWith(id: id));
  return this as R;
}