copyInheritedPropertiesFrom method
Copy inherited properties from another TreeVertex to this one. @expose @param {TreeVertex} copy
Implementation
void copyInheritedPropertiesFrom(_i3.TreeVertex copy) {
_i4.callMethod(
this,
'copyInheritedPropertiesFrom',
[copy],
);
}