spotPriceInfoNew abstract method

SpotPriceInfo spotPriceInfoNew({
  1. required int tokenId,
  2. required String price,
  3. dynamic hint,
})

Implementation

SpotPriceInfo spotPriceInfoNew(
    {required int tokenId, required String price, dynamic hint});