ItemsCompanion constructor
const
ItemsCompanion({
- Value<
String> scopeName = const Value.absent(), - Value<
String> scopeKeys = const Value.absent(), - Value<
String> id = const Value.absent(), - Value<
String> payload = const Value.absent(), - Value<
String> updatedAt = const Value.absent(), - Value<
String?> deletedAt = const Value.absent(), - Value<
int> rowid = const Value.absent(),
Implementation
const ItemsCompanion({
this.scopeName = const Value.absent(),
this.scopeKeys = const Value.absent(),
this.id = const Value.absent(),
this.payload = const Value.absent(),
this.updatedAt = const Value.absent(),
this.deletedAt = const Value.absent(),
this.rowid = const Value.absent(),
});