ComputedCSSStyleDeclaration constructor

ComputedCSSStyleDeclaration(
  1. BindingContext context,
  2. Element _element,
  3. String? _pseudoElementName
)

Implementation

ComputedCSSStyleDeclaration(BindingContext context, this._element, this._pseudoElementName)
    : _pointer = context.pointer,
      super(context);