CryptoAddress class

A one time crypto address for depositing crypto.

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)

Constructors

CryptoAddress({String? id, String? address, Map? addressInfo, String? name, DateTime? createdAt, DateTime? updatedAt, String? network, String? uriScheme, String? resource, String? resourcePath, Map? warnings, String? depositUri, String? callbackUrl, bool? exchangeDepositAddress})
CryptoAddress.fromJson(Map<String, dynamic> json)
factory

Properties

address String?
final
addressInfo Map?
final
callbackUrl String?
final
createdAt DateTime?
final
depositUri String?
final
exchangeDepositAddress bool?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
name String?
final
network String?
final
resource String?
final
resourcePath String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime?
final
uriScheme String?
final
warnings Map?
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