LicenseType class

License type representation

This class allows creating custom license types for specific business needs. Any license type can be set as a trial license using the isTrial flag in the License class.

Constructors

LicenseType(String name)
Creates a license type with the specified name
const

Properties

hashCode int
The hash code for this object.
no setteroverride
name String
The name identifier of the license type
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

pro → const LicenseType
Professional license with all features enabled
standard → const LicenseType
Standard license with basic functionality