initialize method

DOMPoint initialize(
  1. DOMPoint newItem
)

Implementation

DOMPoint initialize(DOMPoint newItem) =>
    js_util.callMethod(this, 'initialize', [newItem]);