GetPricesResponse constructor

const GetPricesResponse({
  1. required List<Price> data,
  2. required bool hasMore,
  3. required String url,
})

PriceList

Implementation

const GetPricesResponse({
  required this.data,
  required this.hasMore,
  required this.url,
});