LogRepository class

Annotations

Properties

db → AsyncDatabase
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

count() Future<int>
deleteByIds(List<String> logItemIds) Future<void>
findAll(int offset, int limit) Future<List<Log>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(Log logItem) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create(String? dbPath) Future<LogRepository>