BaseController<T extends Model> constructor
BaseController<T extends Model> (
- String id
Implementation
BaseController(String id) : super(id) {
WatchHandler.registerWatcher(this);
}