UserLicense constructor

UserLicense({
  1. String? applicationId,
  2. String? customerId,
  3. String? editionId,
  4. bool? enabled,
  5. String? id,
  6. String? kind,
  7. String? state,
  8. String? userId,
})

Implementation

UserLicense({
  this.applicationId,
  this.customerId,
  this.editionId,
  this.enabled,
  this.id,
  this.kind,
  this.state,
  this.userId,
});