NativeCurrencyUsdData class
Data wrapper for the object with native currency and USD values.
Constructors
-
NativeCurrencyUsdData.fromJson(Map<
String, dynamic> json) - Constructs an instance of NativeCurrencyUsdData from a JSON map.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nativeCurrency → double
-
The value of the native currency.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- usd → double
-
The value in USD.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the NativeCurrencyUsdData instance.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited