JsonIntlValue constructor

const JsonIntlValue(
  1. Map<JsonIntlGender, Map<JsonIntlPlural, String>> _messages
)

Create a translated string from a map

Implementation

const JsonIntlValue(this._messages);