UGoldQuoteResponse class
Constructors
- UGoldQuoteResponse({TagGoldAsset? baseAsset, TagGoldAsset? quoteAsset, String? unit, double? baseUnitPrice, double? buyUnitPrice, double? sellUnitPrice, DateTime? updatedAt})
- UGoldQuoteResponse.fromJson(String str)
-
factory
-
UGoldQuoteResponse.fromMap(Map<
String, dynamic> json) -
factory
Properties
- baseAsset → TagGoldAsset?
-
final
- baseUnitPrice → double?
-
final
- buyUnitPrice → double?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- quoteAsset → TagGoldAsset?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sellUnitPrice → double?
-
final
- unit → String?
-
final
- updatedAt → DateTime?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited