Estimation constructor
Estimation({})
Implementation
Estimation(
{required this.srcChainTokenIn,
required this.dstChainTokenOut,
required this.costsDetails,
required this.recommendedSlippage});
Estimation(
{required this.srcChainTokenIn,
required this.dstChainTokenOut,
required this.costsDetails,
required this.recommendedSlippage});