LiquidityPoolDepositOperation constructor Null safety
Implementation
LiquidityPoolDepositOperation(
{required this.liquidityPoolId,
required this.maxAmountA,
required this.maxAmountB,
required this.minPrice,
required this.maxPrice});