currency_type library

Library contains Currency type for Dart / Flutter

Currency is a large numeric type, with exactly four digit after the decimal point.

Currency type is appropriate for financial calculations that require large numbers of significant integral, up to four fractional digits, and minimize error caused by floating point calculation.

Classes

Currency
Currency is a large numeric type, with exactly four digit after the decimal point.