LiteralContent constructor

const LiteralContent(
  1. String value
)

Creates content for a literal that will be combined with a datatype.

Implementation

const LiteralContent(this.value) : language = null;