FiatStn constructor

const FiatStn()

Creates a instance of FiatStn (São Tomé and Príncipe Second Dobra currency).

ISO 4217 Alpha code: "STN", ISO 4217 Numeric code: "930".

Implementation

const FiatStn()
    : super(
        code: "STN",
        name: "São Tomé and Príncipe Second Dobra",
        decimalMark: ".",
        thousandsSeparator: ",",
        symbol: "Db",
        alternateSymbols: null,
        disambiguateSymbol: "STN",
        htmlEntity: null,
        codeNumeric: "930",
        namesNative: const ["dobra são-tomense"],
        priority: 100,
        smallestDenomination: 10,
        subunit: "Cêntimo",
        subunitToUnit: 100,
        unitFirst: false,
        translations: stnCurrencyTranslations,
      );