CryptoAddress constructor

CryptoAddress({
  1. String? id,
  2. String? address,
  3. Map? addressInfo,
  4. String? name,
  5. DateTime? createdAt,
  6. DateTime? updatedAt,
  7. String? network,
  8. String? uriScheme,
  9. String? resource,
  10. String? resourcePath,
  11. Map? warnings,
  12. String? depositUri,
  13. String? callbackUrl,
  14. bool? exchangeDepositAddress,
})

Implementation

CryptoAddress(
    {this.id,
    this.address,
    this.addressInfo,
    this.name,
    this.createdAt,
    this.updatedAt,
    this.network,
    this.uriScheme,
    this.resource,
    this.resourcePath,
    this.warnings,
    this.depositUri,
    this.callbackUrl,
    this.exchangeDepositAddress});