BoundElementPropertyAst constructor
BoundElementPropertyAst(
- String? namespace,
- String? name,
- PropertyBindingType? type,
- TemplateSecurityContext? securityContext,
- BoundValue value,
- String? unit,
- SourceSpan sourceSpan,
Implementation
BoundElementPropertyAst(this.namespace, this.name, this.type,
this.securityContext, this.value, this.unit, this.sourceSpan);