CSSMathProduct constructor

CSSMathProduct([
  1. Iterable? args
])

Implementation

factory CSSMathProduct([_i2.Iterable<_i2.dynamic>? args]) =>
    _i4.callConstructor(
      _declaredCSSMathProduct,
      [args ?? _i6.undefined],
    );