append method

  1. @Deprecated('See Node.appendChild()')
Node append(
  1. Node other
)

Implementation

@Deprecated('See Node.appendChild()')
Node append(Node other) => appendChild(other);