id property

  1. @override
String id
override

The id of the node parser.

Basically, it's the type of the node.

Implementation

@override
String get id => TableBlockKeys.type;