void toValue({Type? api, required Object value}) { this.register(api ?? value.runtimeType, new _ValueProvider(value)); }