CurrencyDetails class

Details about a particular Currency object.

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake)

Constructors

CurrencyDetails({String? type, String? symbol, int? networkConfirmations, int? sortOrder, String? cryptoAddressLink, String? cryptoTransactionLink, List<String>? pushPaymentMethods, List<String>? groupTypes, String? displayName, int? processingTimeSeconds, double? minWithdrawalAmount})
CurrencyDetails.fromJson(Map<String, dynamic> json)
factory

Properties

final
final
displayName String?
final
groupTypes List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
minWithdrawalAmount double?
final
networkConfirmations int?
final
processingTimeSeconds int?
final
pushPaymentMethods List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortOrder int?
final
symbol String?
final
type String?
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