AFTranslationID constructor

const AFTranslationID(
  1. String code,
  2. AFLibraryID library, {
  3. List? values,
})

Implementation

const AFTranslationID(String code, AFLibraryID library, { this.values }) : super("i18n", code, library);