FlintText constructor

const FlintText(
  1. String value
)

Creates a text node containing value.

Implementation

const FlintText(this.value);