ContentsNode constructor

ContentsNode(
  1. ContentsNode? parent,
  2. String key,
  3. String value
)

Implementation

ContentsNode(this.parent, this.key, this.value);