fromQuad method

  1. @DomName('DOMQuad.fromQuad')
  2. @DocsEditable()
  3. @Experimental()
DomQuad fromQuad ([Map other ])

Implementation

@DomName('DOMQuad.fromQuad')
@DocsEditable()
@Experimental() // untriaged
static DomQuad fromQuad([Map other]) {
  if (other != null) {
    var other_1 = convertDartToNative_Dictionary(other);
    return _fromQuad_1(other_1);
  }
  return _fromQuad_2();
}