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