isEmpty property

bool get isEmpty

Whether this node is an empty node

Implementation

bool get isEmpty => tag == '#empty';