License constructor

License({
  1. String? version,
  2. int? level,
  3. String? name,
  4. String? createBy,
  5. int? createAt,
  6. int? activeAt,
  7. String? factor,
  8. String? signature,
  9. String? muid,
  10. String? server,
  11. String? crt,
  12. List<String>? group,
  13. int? replicas,
  14. int? maxCooperators,
  15. int? maxTenants,
  16. int? maxUsers,
  17. int? maxMills,
  18. List<String>? whiteURN,
  19. List<String>? blackURN,
  20. List<String>? superURN,
})

Implementation

License({this.version, this.level, this.name, this.createBy, this.createAt, this.activeAt, this.factor, this.signature, this.muid, this.server, this.crt, this.group, this.replicas, this.maxCooperators, this.maxTenants, this.maxUsers, this.maxMills, this.whiteURN, this.blackURN, this.superURN});