FlutterSmartSelfieResponse constructor
FlutterSmartSelfieResponse({
- required String code,
- required String createdAt,
- required String jobId,
- required FlutterJobTypeV2 jobType,
- required String message,
- required String partnerId,
- required FlutterPartnerParams partnerParams,
- required FlutterSmartSelfieStatus status,
- required String updatedAt,
- required String userId,
Implementation
FlutterSmartSelfieResponse({
required this.code,
required this.createdAt,
required this.jobId,
required this.jobType,
required this.message,
required this.partnerId,
required this.partnerParams,
required this.status,
required this.updatedAt,
required this.userId,
});