AFTranslationID constructor
const
AFTranslationID(
- String code,
- AFLibraryID library, {
- List? values,
Implementation
const AFTranslationID(String code, AFLibraryID library, { this.values }) : super("i18n", code, library);