TokenDetails constructor

TokenDetails(
  1. String address,
  2. String name,
  3. String symbol,
  4. int decimals,
)

Implementation

TokenDetails(this.address, this.name, this.symbol, this.decimals);