License class

Constructors

License(LicenseService _licenseService, TikiSdk _sdk)

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

all(TitleRecord title) → List<LicenseRecord>
Returns all LicenseRecords for a title.
create(TitleRecord title, List<LicenseUse> uses, String terms, {String? description, DateTime? expiry}) → Future<LicenseRecord>
Create a new LicenseRecord.
get(String id) LicenseRecord?
Returns the LicenseRecord for an id or null if the license or corresponding title record is not found.
latest(TitleRecord title) LicenseRecord?
Returns the latest LicenseRecord for a title or null if the title or license records are not found.
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