AppstraxDatabase class
Constructors
- AppstraxDatabase()
-
factory
Properties
- config → Config
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- http → HttpService
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
String collection, Map< String, dynamic> data) → Future<DocumentDto> -
delete(
String collection, String id) → Future< void> -
edit(
String collection, String? id, Map< String, dynamic> data) → Future<DocumentDto> -
find(
String collection, {FetchQuery? query}) → Future< FindResultDto< DocumentDto> > -
findById(
String collection, String id) → Future< DocumentDto> -
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