factory SpotPriceInfo( {required int tokenId, required String price, dynamic hint}) => RustLib.instance.api .spotPriceInfoNew(tokenId: tokenId, price: price, hint: hint);