JsWatchAsset constructor

JsWatchAsset({
  1. required String type,
  2. required String contract,
  3. required String symbol,
  4. required int decimals,
  5. required String image,
  6. required String tokenId,
})

Constructor...

Implementation

JsWatchAsset({
  required this.type,
  required this.contract,
  required this.symbol,
  required this.decimals,
  required this.image,
  required this.tokenId,
});