LiquidityPoolResponseLinks constructor

LiquidityPoolResponseLinks({
  1. required Link self,
  2. required Link transactions,
  3. required Link operations,
})

Implementation

LiquidityPoolResponseLinks(
    {required this.self,
    required this.transactions,
    required this.operations});