FlutterAuthenticationRequest constructor

FlutterAuthenticationRequest({
  1. required FlutterJobType jobType,
  2. String? country,
  3. String? idType,
  4. bool? updateEnrolledImage,
  5. String? jobId,
  6. String? userId,
})

Implementation

FlutterAuthenticationRequest({
  required this.jobType,
  this.country,
  this.idType,
  this.updateEnrolledImage,
  this.jobId,
  this.userId,
});