v1/src/compiler/view_compiler/property_binder library

Functions

bindAndWriteToRenderer(List<Binding> bindings, BoundValueConverter converter, Expression? appViewInstance, NodeReference? renderNode, bool isHtmlElement, ViewNameResolver nameResolver, ViewStorage storage, CompileMethod targetMethod, {bool isHostComponent = false, bool calcChanged = false}) → void
For each binding, creates code to update the binding.
bindDirectiveHostProps(MatchedDirective directive, CompileElement compileElement) → void
bindDirectiveInputs(List<Binding> inputs, MatchedDirective directive, CompileElement? compileElement, {bool isHostComponent = false}) → void
bindRenderInputs(List<Binding> bindings, CompileElement compileElement) → void
bindRenderText(Binding binding, CompileNode compileNode, CompileView? view) → void
isPrimitiveTypeName(String typeName) bool