fromQuad method Null safety
- [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();
}
static DomQuad fromQuad([Map? other]) {
if (other != null) {
var other_1 = convertDartToNative_Dictionary(other);
return _fromQuad_1(other_1);
}
return _fromQuad_2();
}