FlutterJobStatusRequest constructor
FlutterJobStatusRequest({})
Implementation
FlutterJobStatusRequest({
required this.userId,
required this.jobId,
required this.includeImageLinks,
required this.includeHistory,
required this.partnerId,
required this.timestamp,
required this.signature,
});