LangInd constructor

const LangInd()

Creates a instance of LangInd (Indonesian language).

ISO 639-2 code: "IND", ISO 639-1 code: "ID".

Implementation

const LangInd()
    : super(
        name: "Indonesian",
        code: "IND",
        codeShort: "ID",
        namesNative: const ["Bahasa Indonesia"],
        bibliographicCode: null,
        family: const Austronesian(),
        isRightToLeft: false,
        scripts: const {ScriptLatn()},
      );