GetIssuingCardsResponse constructor
const
GetIssuingCardsResponse({
- required List<
IssuingCard> data, - required bool hasMore,
- required String url,
IssuingCardList
Implementation
const GetIssuingCardsResponse({
required this.data,
required this.hasMore,
required this.url,
});