License class

Constructors

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})

Properties

activeAt int?
License create by
getter/setter pair
blackURN List<String>?
License black urns
getter/setter pair
createAt int?
License create time
getter/setter pair
createBy String?
License creator name
getter/setter pair
crt String?
License certification
getter/setter pair
factor String?
License factors
getter/setter pair
group List<String>?
License group
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
level int?
License level
getter/setter pair
maxCooperators int?
License max cooperators
getter/setter pair
maxMills int?
License max mills
getter/setter pair
maxTenants int?
License max tenants
getter/setter pair
maxUsers int?
License max users
getter/setter pair
muid String?
Licensed identity
getter/setter pair
name String?
License name
getter/setter pair
replicas int?
License max replicas
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server String?
License server
getter/setter pair
signature String?
License signature
getter/setter pair
superURN List<String>?
License supervise urns
getter/setter pair
version String?
License version
getter/setter pair
whiteURN List<String>?
License white urns
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited