EmploymentVerificationGetResponse constructor

EmploymentVerificationGetResponse({
  1. required List<EmploymentVerification> employments,
  2. required String requestId,
})

Implementation

EmploymentVerificationGetResponse({
  required this.employments,
  required this.requestId,
});