CardsControllerV2 constructor
CardsControllerV2({
- required ARMOYUServices service,
- required CustomCardType title,
- required List<
APIPlayerPop> ? cachedCardList, - dynamic onCardUpdated(
- List<
APIPlayerPop> updatedCard
- List<
- required bool firstFetch,
Implementation
CardsControllerV2({
required this.service,
required this.title,
required this.cachedCardList,
this.onCardUpdated,
required this.firstFetch,
});