OptGroupElement constructor - OptGroupElement - dart:html library (original) (raw)

description

OptGroupElement()

Implementation

factory OptGroupElement() => JS<OptGroupElement>(
  'returns:OptGroupElement;creates:OptGroupElement;new:true',
  '#.createElement(#)',
  document,
  "optgroup",
);