ComputedCSSStyleDeclaration constructor
      
      ComputedCSSStyleDeclaration(
    
    
- BindingContext context,
- Element _element,
- String? _pseudoElementName
Implementation
ComputedCSSStyleDeclaration(BindingContext context, this._element, this._pseudoElementName)
    : _pointer = context.pointer,
      super(context);