MetaStore class abstract

Implementers

Constructors

MetaStore()

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

addUploader(String name, String email) Future<void>
addVersion(String name, UnpubVersion version) Future<void>
increaseDownloads(String name, String version) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryPackage(String name) Future<UnpubPackage?>
queryPackages({required int size, required int page, required String sort, String? keyword, String? uploader, String? dependency}) Future<UnpubQueryResult>
removeUploader(String name, String email) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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