UAdminTerminalsPage constructor

const UAdminTerminalsPage({
  1. Key? key,
  2. UMerchantResponse? merchant,
  3. UAdminActionBuilder<UTerminalResponse>? actions,
})

Implementation

const UAdminTerminalsPage({super.key, this.merchant, this.actions});