ReimbursementForm constructor

ReimbursementForm({
  1. Key? key,
  2. required dynamic data,
  3. required dynamic reimbursementType,
})

Implementation

ReimbursementForm(
    {super.key, required this.data, required this.reimbursementType});