appendChild method

Node? appendChild(
  1. Node child
)

Implementation

Node? appendChild(Node child) { return null; }