PoolListResponse$Response constructor

const PoolListResponse$Response({
  1. required List<PoolInfoSchema> poolList,
})

Implementation

const PoolListResponse$Response({
  required this.poolList,
});