MongoStore class
Constructors
- MongoStore(Db db)
Properties
- db ↔ Db
-
getter/setter pair
- 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> -
override
-
addVersion(
String name, UnpubVersion version) → Future< void> -
override
-
increaseDownloads(
String name, String version) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryPackage(
String name) → Future< UnpubPackage?> -
override
-
queryPackages(
{required int size, required int page, required String sort, String? keyword, String? uploader, String? dependency}) → Future< UnpubQueryResult> -
override
-
removeUploader(
String name, String email) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited