fromPoint method - DomPoint class - dart:html library (original) (raw)

description

fromPoint static method

DomPoint fromPoint([

  1. Map? other ])

override

Implementation

static DomPoint fromPoint([Map? other]) {
  if (other != null) {
    var other_1 = convertDartToNative_Dictionary(other);
    return _fromPoint_1(other_1);
  }
  return _fromPoint_2();
}