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