Tafkeet class

Main class for converting numbers to words

Constructors

Tafkeet()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

defaultCurrency Currency?
Get the current default currency
no setter
defaultLang Language
Get the current default language
no setter

Static Methods

configure({Language? defaultLang, Currency? defaultCurrency}) → void
Configure the package
convert(double number, {Language? lang, Currency? currency, String? currencyCode, String? prefix, String? suffix}) String
Convert a number to words
reset() → void
Reset settings to default values