Currency class

Currency

Annotations
  • @JsonSerializable()

Constructors

Currency({required String code, required String symbol, required String symbolNative, required String name, bool includesTax = false})
Currency.fromJson(Map<String, dynamic> json)
factory

Properties

code String
The 3 character ISO code for the currency.
final
hashCode int
The hash code for this object.
no setterinherited
includesTax bool
Whether the currency prices include tax
final
name String
The written name of the currency
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
The symbol used to indicate the currency.
final
symbolNative String
The native symbol used to indicate the currency.
final

Methods

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

Operators

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