BlocUSAN constructor

const BlocUSAN()

Creates an instance of the Union of South American Nations.

Implementation

const BlocUSAN()
  : super._(
      acronym: "USAN",
      name: "Union of South American Nations",
      otherAcronyms: const ["UNASUR", "UNASUL", "UZAN"],
      otherNames: const [
        "Unión de Naciones Suramericanas",
        "União de Nações Sul-Americanas",
        "Unie van Zuid-Amerikaanse Naties",
        "South American Union",
      ],
    );