FlutterPartnerParams constructor

FlutterPartnerParams({
  1. FlutterJobType? jobType,
  2. required String jobId,
  3. required String userId,
  4. Map<String?, String?>? extras,
})

Implementation

FlutterPartnerParams({
  this.jobType,
  required this.jobId,
  required this.userId,
  this.extras,
});