UAdminMoadisPage constructor

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

Implementation

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