Log class

Constructors

Log({String? key, String? type, int? epoch, String? message, String? caller})

Properties

caller → String?
no setter
date → String
no setter
epoch → int
no setter
hashCode → int
The hash code for this object.
no setterinherited
initialized → bool
no setter
key → String
no setter
message → String
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → String
no setter

Methods

delete() → Future<bool>
insert() → Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited
update() → Future<bool>

Operators

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

Static Properties

tableName ↔ String
getter/setter pair

Static Methods

deleteAll() → Future<bool>
find(String key) → Future<Log?>
findAll() → Future<List<Log>>
query({String? where, String? orderby}) → Future<List<Log>>
toData(Iterable<Log> logs) → Data

Constants

daysToSave → const int