GetWalletsResponse constructor

const GetWalletsResponse({
  1. required int count,
  2. required int? nextPage,
  3. required int? previousPage,
  4. required List<AppKitModalWalletListing> data,
})

Implementation

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