SigningJob constructor

SigningJob({
  1. DateTime? createdAt,
  2. bool? isRevoked,
  3. String? jobId,
  4. String? jobInvoker,
  5. String? jobOwner,
  6. String? platformDisplayName,
  7. String? platformId,
  8. String? profileName,
  9. String? profileVersion,
  10. DateTime? signatureExpiresAt,
  11. SignedObject? signedObject,
  12. SigningMaterial? signingMaterial,
  13. Source? source,
  14. SigningStatus? status,
})

Implementation

SigningJob({
  this.createdAt,
  this.isRevoked,
  this.jobId,
  this.jobInvoker,
  this.jobOwner,
  this.platformDisplayName,
  this.platformId,
  this.profileName,
  this.profileVersion,
  this.signatureExpiresAt,
  this.signedObject,
  this.signingMaterial,
  this.source,
  this.status,
});