DataRepository(this.domain, this.name, {bool register = true}) { DataHandler._check(this); if (register) { DataHandler.register(this); } }