GetIssuingCardsResponse constructor

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

IssuingCardList

Implementation

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