LicensesRepository class abstract

Implementers

Constructors

LicensesRepository()

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

addLicense(LicenseDocument license) → void
copiesLeft(String licenseId) int?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printsLeft(String licenseId) int?
setCopiesLeft(int quantity, String licenseId) → void
setPrintsLeft(int quantity, String licenseId) → void
toString() String
A string representation of this object.
inherited

Operators

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