FlutterJobStatusRequest constructor

FlutterJobStatusRequest({
  1. required String userId,
  2. required String jobId,
  3. required bool includeImageLinks,
  4. required bool includeHistory,
  5. required String partnerId,
  6. required String timestamp,
  7. required String signature,
})

Implementation

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