BoundElementPropertyAst constructor

BoundElementPropertyAst(
  1. String? namespace,
  2. String? name,
  3. PropertyBindingType? type,
  4. TemplateSecurityContext? securityContext,
  5. BoundValue value,
  6. String? unit,
  7. SourceSpan sourceSpan,
)

Implementation

BoundElementPropertyAst(
  this.namespace,
  this.name,
  this.type,
  this.securityContext,
  this.value,
  this.unit,
  this.sourceSpan,
);