fromQuad method

DomQuad fromQuad (
  1. [Map other]
)

Implementation

static DomQuad fromQuad([Map other]) {
  if (other != null) {
    var other_1 = convertDartToNative_Dictionary(other);
    return _fromQuad_1(other_1);
  }
  return _fromQuad_2();
}