GetWalletsResponse constructor
const
GetWalletsResponse({
- required int count,
- required int? nextPage,
- required int? previousPage,
- required List<
AppKitModalWalletListing> data,
Implementation
const factory GetWalletsResponse({
required int count,
required int? nextPage,
required int? previousPage,
required List<AppKitModalWalletListing> data,
}) = _GetWalletsResponse;