IntlString.constant constructor

const IntlString.constant(
  1. String value, {
  2. String? languageTag,
})

A strict const constructor for static code-generation.

Implementation

const IntlString.constant(this.value, {this._languageTag});