License constructor
License({
- String? version,
- int? level,
- String? name,
- String? createBy,
- int? createAt,
- int? activeAt,
- String? factor,
- String? signature,
- String? muid,
- String? server,
- String? crt,
- List<
String> ? group, - int? replicas,
- int? maxCooperators,
- int? maxTenants,
- int? maxUsers,
- int? maxMills,
- List<
String> ? whiteURN, - List<
String> ? blackURN, - 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});