Details constructor
Details({})
Implementation
Details(
{required this.chain,
required this.tokenIn,
required this.tokenOut,
required this.amountIn,
required this.amountOut,
required this.type,
this.payload});