UAdminMerchantsPage constructor

const UAdminMerchantsPage({
  1. Key? key,
  2. UUserResponse? user,
  3. UAdminActionBuilder<UMerchantResponse>? actions,
})

Implementation

const UAdminMerchantsPage({super.key, this.user, this.actions});