PermissionRequestForm constructor

const PermissionRequestForm({
  1. Key? key,
  2. required ICEmployee employee,
})

Implementation

const PermissionRequestForm({super.key, required this.employee});