fromPoint method

  1. @DomName('DOMPoint.fromPoint')
  2. @DocsEditable()
  3. @Experimental()
DomPoint fromPoint ([Map other ])

Implementation

@DomName('DOMPoint.fromPoint')
@DocsEditable()
@Experimental() // untriaged
static DomPoint fromPoint([Map other]) {
  if (other != null) {
    var other_1 = convertDartToNative_Dictionary(other);
    return _fromPoint_1(other_1);
  }
  return _fromPoint_2();
}