TrieNode constructor

TrieNode(
  1. String part
)

Implementation

TrieNode(this.part);