DecimalFormatter.createDecimalFormatter constructor

DecimalFormatter.createDecimalFormatter(
  1. IIterable<String>? languages,
  2. String geographicRegion
)

Implementation

factory DecimalFormatter.createDecimalFormatter(
        IIterable<String>? languages, String geographicRegion) =>
    createActivationFactory(IDecimalFormatterFactory.fromPtr, _className,
            IID_IDecimalFormatterFactory)
        .createDecimalFormatter(languages, geographicRegion);