Keyword constructor

const Keyword(
  1. String text
)

Creates a literal-text clause that renders text.

Implementation

const Keyword(this.text);