BaseController<T extends Model> constructor

BaseController<T extends Model>(
  1. String id
)

Implementation

BaseController(String id) : super(id) {
  WatchHandler.registerWatcher(this);
}