ADAPoolMetadataResponse constructor

ADAPoolMetadataResponse({
  1. required String poolId,
  2. required String hex,
  3. String? url,
  4. String? hash,
  5. String? ticker,
  6. String? name,
  7. String? description,
  8. String? homepage,
})

Implementation

ADAPoolMetadataResponse({
  required this.poolId,
  required this.hex,
  this.url,
  this.hash,
  this.ticker,
  this.name,
  this.description,
  this.homepage,
});