UserInfoPage constructor

const UserInfoPage({
  1. Key? key,
  2. required PortService portService,
  3. required Map<String, dynamic> data,
})

Implementation

const UserInfoPage(
    {super.key, required this.portService, required this.data});