EnrollmentToken constructor

EnrollmentToken({
  1. String? additionalData,
  2. String? allowPersonalUsage,
  3. String? duration,
  4. String? expirationTimestamp,
  5. String? name,
  6. bool? oneTimeOnly,
  7. String? policyName,
  8. String? qrCode,
  9. User? user,
  10. String? value,
})

Implementation

EnrollmentToken({
  this.additionalData,
  this.allowPersonalUsage,
  this.duration,
  this.expirationTimestamp,
  this.name,
  this.oneTimeOnly,
  this.policyName,
  this.qrCode,
  this.user,
  this.value,
});