LangAka constructor

const LangAka()

Creates a instance of LangAka (Akan language).

ISO 639-2 code: "AKA", ISO 639-1 code: "AK".

Implementation

const LangAka()
    : super(
        name: "Akan",
        code: "AKA",
        codeShort: "AK",
        namesNative: const ["Akan"],
        bibliographicCode: null,
        family: const NigerCongo(),
        isRightToLeft: false,
        scripts: const {ScriptLatn()},
      );