FlutterSmartSelfieResponse constructor

FlutterSmartSelfieResponse({
  1. required String code,
  2. required String createdAt,
  3. required String jobId,
  4. required FlutterJobTypeV2 jobType,
  5. required String message,
  6. required String partnerId,
  7. Map<String?, String?>? partnerParams,
  8. required FlutterSmartSelfieStatus status,
  9. required String updatedAt,
  10. required String userId,
})

Implementation

FlutterSmartSelfieResponse({
  required this.code,
  required this.createdAt,
  required this.jobId,
  required this.jobType,
  required this.message,
  required this.partnerId,
  this.partnerParams,
  required this.status,
  required this.updatedAt,
  required this.userId,
});