MPILicenser class

Implemented types

Constructors

MPILicenser(InvocationHandler _h)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

explain({Context? ctx}) Future<License?>
Explain the license.
override
exports({Context? ctx}) Future<String?>
Exports the licenses.
override
features({Context? ctx}) Future<Map<String, String>?>
Features is license features.
override
imports(String license, {Context? ctx}) Future<void>
Imports the licenses.
override
ioc() → void
override
methods() Map<String, Introspector>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verify({Context? ctx}) Future<int?>
Verify the license.
override

Operators

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