ReimbursementForm constructor
ReimbursementForm({
- Key? key,
- required dynamic data,
- required dynamic reimbursementType,
Implementation
ReimbursementForm(
{super.key, required this.data, required this.reimbursementType});