Node typedef

Node = Node

Alias for package:html/dom.dart dom.Node.

Implementation

typedef Node = dom.Node;