TokenExtensions constructor

TokenExtensions({
  1. String? website,
  2. String? bridgeContract,
  3. String? assetContract,
  4. String? address,
  5. String? explorer,
  6. String? twitter,
  7. String? github,
  8. String? medium,
  9. String? tgann,
  10. String? tggroup,
  11. String? discord,
  12. String? serumV3Usdt,
  13. String? serumV3Usdc,
  14. String? coingeckoId,
  15. String? imageUrl,
  16. String? description,
})

Implementation

TokenExtensions({
  this.website,
  this.bridgeContract,
  this.assetContract,
  this.address,
  this.explorer,
  this.twitter,
  this.github,
  this.medium,
  this.tgann,
  this.tggroup,
  this.discord,
  this.serumV3Usdt,
  this.serumV3Usdc,
  this.coingeckoId,
  this.imageUrl,
  this.description,
});