EUCurrency$FrenchFrancFRF class final

Unit of EUCurrency

Inheritance

Constructors

EUCurrency$FrenchFrancFRF([num value = 0])
const
EUCurrency$FrenchFrancFRF.from(EUCurrency unit)
Construct EUCurrency$FrenchFrancFRF from other EUCurrency
factory
EUCurrency$FrenchFrancFRF.fromJson(Map<String, dynamic> json)
If there is no matched key, returning with 0 value
factory

Properties

anchor EUCurrency
no setterinherited
displayName String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
majorName String
no setterinherited
minorName String
no setteroverride
ratio num
1 EUCurrency$FrenchFrancFRF ≈ 0.1524490172 EUCurrency$EuroEUR
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for EUCurrency$FrenchFrancFRF
no setteroverride
toAustrianSchillingATS EUCurrency
Convert to EUCurrency$AustrianSchillingATS
no setterinherited
toBelgianFrancBEF EUCurrency
Convert to EUCurrency$BelgianFrancBEF
no setterinherited
toDeutschMarkDEM EUCurrency
Convert to EUCurrency$DeutschMarkDEM
no setterinherited
toDutchGuildenNLG EUCurrency
Convert to EUCurrency$DutchGuildenNLG
no setterinherited
toEuroEUR EUCurrency
Convert to EUCurrency$EuroEUR
no setterinherited
toFinnishMarkFIM EUCurrency
Convert to EUCurrency$FinnishMarkFIM
no setterinherited
toFrenchFrancFRF EUCurrency
Convert to EUCurrency$FrenchFrancFRF
no setterinherited
toGreekDrachmaGRD EUCurrency
Convert to EUCurrency$GreekDrachmaGRD
no setterinherited
toIrishPoundIEP EUCurrency
Convert to EUCurrency$IrishPoundIEP
no setterinherited
toItalianLireITL EUCurrency
Convert to EUCurrency$ItalianLireITL
no setterinherited
toLuxembourgFrancLUF EUCurrency
Convert to EUCurrency$LuxembourgFrancLUF
no setterinherited
toPortugueseEscudoPTE EUCurrency
Convert to EUCurrency$PortugueseEscudoPTE
no setterinherited
toSpanishPesetaESP EUCurrency
Convert to EUCurrency$SpanishPesetaESP
no setterinherited
units List<EUCurrency>
no setterinherited
unitsAsMap EnumValues<EUCurrency>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

compareTo(EUCurrency other) int
Compares this object to another object.
inherited
convertTo<E extends Unit<T>>(E to) EUCurrency
Convert this unit to another unit under same category, the value of to is ignored
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
EUCurrency$FrenchFrancFRF in JSON Map for advance use-case
override
toString() String
A string representation of this object.
inherited
withPrecision([Precision precision = Precision.two]) EUCurrency
Get the exact precision on value calculation
inherited
withValue(num val) EUCurrency$FrenchFrancFRF
Creating EUCurrency$FrenchFrancFRF with new value
override

Operators

operator +(EUCurrency other) EUCurrency
inherited
operator -(EUCurrency other) EUCurrency
inherited
operator <(EUCurrency other) bool
inherited
operator <=(EUCurrency other) bool
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator >(EUCurrency other) bool
inherited
operator >=(EUCurrency other) bool
inherited