Currency enum

Inheritance
Available extensions

Values

rial → const Currency
const Currency(100, "IRR", "ریال")
dolor → const Currency
const Currency(101, "USD", "دلار")
lira → const Currency
const Currency(102, "TL", "لیر")
euro → const Currency
const Currency(103, "EUR", "یورو")
aed → const Currency
const Currency(104, "AED", "دینار عمارات")
gpb → const Currency
const Currency(105, "GPB", "")
btc → const Currency
const Currency(200, "BTC", "بیت‌کوین")

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
name → String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
number → int
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
title → String
final
titlePersian → String
final

Methods

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

Operators

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

Constants

values → const List<Currency>
A constant List of the values in this enum, in order of their declaration.