CSSLayerBlockRuleBinding constructor

CSSLayerBlockRuleBinding(
  1. BindingContext context,
  2. CSSStyleSheetBinding _sheetBinding,
  3. CSSLayerBlockRule _rule
)

Implementation

CSSLayerBlockRuleBinding(BindingContext context, this._sheetBinding, this._rule)
    : _pointer = context.pointer,
      super(context);