bool equals(Object other) => identical(this, other) || other is TextNode && runtimeType == other.runtimeType && text == other.text;