FlutterSmartSelfieResponse constructor
FlutterSmartSelfieResponse({})
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,
});