type property

Node<LangType, dynamic> get type

Implementation

Node<LangType, dynamic> get type => children[0] as Node<LangType, dynamic>;