CacheItemsCompanion constructor
const
CacheItemsCompanion({
- Value<
String> key = const Value.absent(), - Value<
String> data = const Value.absent(), - Value<
DateTime> createdAt = const Value.absent(), - Value<
DateTime> expiresAt = const Value.absent(), - Value<
int> priority = const Value.absent(), - Value<
int> size = const Value.absent(), - Value<
int> rowid = const Value.absent(),
Implementation
const CacheItemsCompanion({
this.key = const Value.absent(),
this.data = const Value.absent(),
this.createdAt = const Value.absent(),
this.expiresAt = const Value.absent(),
this.priority = const Value.absent(),
this.size = const Value.absent(),
this.rowid = const Value.absent(),
});